Crew Landing Page
Launch the Crews screen by clicking the Crews tile on the shift and crew hub overview page.
Screenshot of the Crews landing page.
From the Crews page, you can create, edit, and delete crews. You can also search for crews by any value displayed in the table, or sort the crews list by any column in the table. Click the back arrow (Back arrow icon, return to previous page.) to return to the shift and crew hub overview page.
Mashups and Widgets
The PTC.SCA.SCO.CrewLandingPage mashup defines the Crews landing page screen. The mashup uses Button, Label, Navigation, Infotable Selector, and Grid Advanced widgets:
Button widgets are used for the Create, Edit, and Delete buttons. Each of these Button widgets is bound to a Navigation widget that launches the appropriate mashup when the button is clicked.
A Label widget is used for the Crews page heading.
The Infotable Selector widget determines whether the Edit and Delete buttons are active or inactive. The buttons are active only when a row is selected in the table.
The Grid Advanced widget defines the table that displays the crew information.
Services
The mashup uses the following services from the PTC.SCA.SCO.ShiftManagementUtils thing:
GetCrews—Returns the list of all crews.
GetFilteredCrews—Returns the list of crews, filtered by the value entered in the search field.
Was this helpful?