Materials Tab for Operations
The Materials tab displays the materials which are linked to the operation that is selected in the Operations list. This information is read-only.
Mashups and Widgets
The PTC.Factory.Demo.WorkDefinitionOperations.MaterialsMashup mashup defines the display of the Materials tab. This mashup uses the following widgets:
A Grid Advanced widget that displays the list of materials associated with the operation selected in the Operations list. The list can be sorted.
A Data Filter widget which filters the list based on the selected values.
Inputs
The input for the PTC.Factory.Demo.WorkDefinitionOperations.MaterialsMashup mashup is the UID of the work definition associated with the operation (child work definition) selected in the Operations list.
Services
The mashup uses the following service on the PTC.Factory.Demo.WorkDefinitionUtilsThingShape Thing Shape:
GetWorkDefinitionMaterials—Retrieves the list of materials for the selected operation. This service makes use of the PTC.SCA.SCO.MaterialsListEntry Data Shape, which defines the information to be displayed in the materials table.
Was this helpful?