Work Instruction Tile Component
The work instruction tile component shows the thumbnail image for a work instruction, its step number, and a checkmark if the step has been completed. A work instruction is an individual child work definition that is part of a converted process plan.
Work instruction tile UX components, including one with the checkmark indicating that the work instruction step has been completed.
Mashups and Widgets
The PTC.SCA.SCO.WorkDefinitionStep mashup defines the work instruction tile component. The PTC.SCA.SCO.WorkDefinitionStep mashup is also used by the PTC.SCA.SCO.WorkDefinitionHorizontalSequentialNavigation mashup.
The PTC.SCA.SCO.WorkDefinitionStep mashup uses the following widgets:
An Image widget shows the work instruction thumbnail image. The SourceURL property for this widget is bound to the WorkDefinitionThumbnail input parameter.
A Label widget shows the step or sequence number for the work instruction. The Text property for this widget is bound to the WorkDefinitionStep input parameter.
Another Image widget shows a checkmark if the work instruction has been completed. The Visible property for this widget is bound to the IsWorkDefinitionCompleted input parameter.
Inputs
The input parameters for the PTC.SCA.SCO.WorkDefinitionStep mashup are:
WorkDefinitionStep—(STRING) The step or sequence number for the work instruction. In the example implementation, this property is bound to the SequenceNumber property of the PTC.SCA.SCO.WorkDefinitionHorizontalSequentialNavigation mashup’s Collection widget.
WorkDefinitionThumbnail—(IMAGELINK) The thumbnail image for the work instruction. In the example implementation, this property is bound to the IllustrationURL property of the PTC.SCA.SCO.WorkDefinitionHorizontalSequentialNavigation mashup’s Collection widget. If there is no thumbnail image for the work instruction, the default image appears.
IsWorkDefinitionCompleted—(BOOLEAN) A Boolean indicator of whether the work instruction step is completed. In the example implementation, this property is bound to the IsCompleted property of the PTC.SCA.SCO.WorkDefinitionHorizontalSequentialNavigation mashup’s Collection widget.
Was this helpful?