Principle of UseThe Explore with Manufacturing Context Builder command enables you to explore a PPR object. This initial behavior can be extended to execute predefined User-Defined completion procedures according to a specific PPR object type.
To do so, you must modify the dedicated XML file available in win_b64\resources\xml\DELMCBUserDefinedExplore\Config.xml. For more information, see XML File Content. Once you have defined the procedure for a specific PPR object type in the XML file, the procedure steps will be executed internally whenever pressing Ctrl + clicking Explore with Manufacturing Context Builder command on the specified object type. The retrieved objects are explored in the spreadsheet with the selected object. In other words, the procedure specified for the selected PPR object type will be invoked and the resulting output will be explored in the session. You can select multiple object types; the appropriate procedure is executed for each selected objects according to its type, as specified in the XML file. XML File ContentThe XML file includes several NodeType elements. For example: <UserDefinedExplore Title="UDE_Configuration"> <ProcDef ObjectType="EBOM" Procedure="OnProductExplore.1.0.0"></ProcDef> <ProcDef ObjectType="MBOM" Procedure="RetriveLinkdProducts.1.0.3"></ProcDef> <ProcDef ObjectType="System" Procedure=""></ProcDef> <ProcDef ObjectType="WorkPlan" Procedure="OnWorkPlanExplore.1.2.0"></ProcDef> <ProcDef ObjectType="Resource" Procedure=""></ProcDef> </UserDefinedExplore>Each elements consists of two attributes:
|