Procedures and Primitives
When launching User-Defined Open or User-Defined Explore, you must select a procedure according to the type of completion and opening or exploration you need.
A User-Defined Open procedure uses Javascript. It consists of several steps. At each step, the provided Javascript APIs (known as primitives) are used to, among other actions, expand, navigate, filter PPR objects to finally identify the data that must be opened in the authoring session.
A User-Defined Explore procedure is similar to a User-Defined Open procedure, except that it explores the retrieved PPR objects instead of opening them at the end.
Manufacturing Context Builder provides sample procedures that you can find on the Available Procedures page. You can, however, customize them to better fit your needs or create your own procedures.
For more information, see User-Defined Open and User-Defined Explore Procedures.