M3_H5_PDS100B_IndentedBoM

This H5 script provides a better navigation experience for exploring items that are included in a bill of material. The tree view enhances the structure of the items that are grouped in multilevel and the visual presentation of each item.

Use this script on 'Indented Bill of Material. Display' (PDS100/B) to create a button that you can click to present a tree view of the available data in the list panel. Clicking the button subsequently enables you to switch between the list panel and the tree view. When you select an item from the indented bill of material tree, the fields from the component details get updated and the related image retrieves the associated image from IDM as defined in the argument.

Note: This script only works in the new H5 UI and is specific to (PDS100).

Script arguments

Examples of arguments are as follows:
  • Argument to be used on (PDS100/B):

    MDS_GenericDocument,MDS_id1

    This table shows the objects included in the example argument and their corresponding descriptions:
    Argument Example Optional Descriptions
    IDM document type MDS_GenericDocument Yes The IDM document type where the documents related to the selected item are stored.
    Item ID MDS_id1 Yes The ID where the Item number is stored.
  • Argument to be used on (PDS100/B) which involved more items:

    MDS_GenericDocument,MDS_id1|MDS_GenericDocument_Copy,MDS_id1

    This table shows the objects included in the example argument and their corresponding descriptions:
    Argument Example Optional Descriptions
    IDM document type MDS_GenericDocument Yes The IDM document type where the documents related to the selected item are stored.
    Item ID MDS_id1 Yes The ID where the Item number is stored.
    IDM document type MDS_GenericDocument_Copy Yes The second IDM document type to be retrieved from IDM.
    Item ID MDS_id1 Yes The ID where the Item number is stored.