Job Orders Page
The Job Orders page displays all job orders present in the Operator Advisor database.
Job Orders page.
To create a new job order, click Create. To view and edit the details of an existing job order, select that job order in the table and click Edit.
Mashups and Widgets
The PTC.Factory.Demo.JobOrderManagementMashup mashup defines the Job Orders page. This mashup uses the following widgets:
A Contained Mashup widget which calls the breadcrumb navigation mashup.
Multiple Button widgets:
For the Create action, which launches the CREATE JOB ORDER window.
For the Edit action. This button is enabled when a row in the table is selected, and disabled when no row is selected.
For the Refresh button, which refreshes the list of job orders.
A Data Filter widget which filters the list based on the selected values.
An Infotable Selector widget. When no row is selected in the table, this widget disables the Edit button.
A Grid Advanced widget, listing all job orders in the database.
Outputs
When the Edit button is clicked, the UID of the job order for the selected row is passed as input to the job order details page.
Services
The mashup uses the following service from the PTC.Factory.Demo.JobOrderUtils Thing:
GetJobOrderViews—Retrieves all job orders in the database.
Was this helpful?