Materials Tab
The Materials tab displays the materials present in the Operator Advisor database. To view the details for a material, select the material in the table, and click View Material icon..
Materials tab from Manufacturing Planning.
Mashups and Widgets
The PTC.Factory.Demo.MaterialManagementMashup mashup defines the Materials tab. This mashup uses the following widgets:
A Grid Advanced widget, listing all materials in the database.
Multiple Button widgets:
For the View Material action (View Material icon.). The button is enabled when a row in the table is selected.
For the Refresh Now button, which refreshes the list of materials.
An Infotable Selector widget. When no row is selected in the table, this widget disables the View Material button (View Material icon.).
A Link widget, which is used to navigate to the detail page for the selected row, when View Material icon. is clicked.
A Data Filter widget which filters the list based on the selected values.
Outputs
When the View Material button (View Material icon.) is clicked, the UID of the material definition associated with the selected row is passed as input to the mashup for the material details page.
Services
The mashup uses the following service from the PTC.Factory.Demo.MaterialDefinitionUtils Thing:
GetMaterialDefinitions—Retrieves the material definitions in the database.
Was this helpful?