Shift and Crew Hub Overview
The shift and crew hub overview provides a console screen from which you can launch the landing pages for Shifts, Crews, and Activities.
Shift and Crew Hub Overview Mashup
Mashup and Widgets
The PTC.SCA.SCO.ShiftAndCrewHubOverview mashup defines the shift and crew hub overview screen.
A Collection widget within the mashup calls the GetHubTiles services on the PTC.SCA.SCO.ShiftManagementUtilsThingShape to retrieve the tiles defined on the shift and crew hub data table (PTC.SCA.SCO.ShiftAndCrewHubDataTable). On the data table, the properties defined for each tile include:
ImageLink—The image displayed on the tile.
ImageTitle—The label for the tile.
MashupName—The mashup launched when the tile is clicked.
Position—The order in which the tiles appear on the shift and crew hub overview screen. (Primary key)
Data table defining the tiles for the Shift and Crew Hub Overview screen.
A duplicate shift and crew hub data table (PTC.SCA.SCO.C_ShiftAndCrewHubDataTable_[ReleaseVersion]) is provided for you to make updates to the shift and crew hub overview screen. To add and remove entries from the data table, use the services on the Services page of the duplicate shift and crew hub data table. For example, AddDataTableEntry, UpdateDataTableEntry, and DeleteDataTableEntry.
Edit the ShiftAndCrewTilesDataTable launch point on the Configuration page of the launch point configuration Thing (PTC.Factory.C_LaunchPointConfigurationThing_[ReleaseVersion]) to point to the duplicate data table. This displays your changes on the shift and crew hub overview screen.
Services
The mashup uses the following service from the PTC.SCA.SCO.ShiftManagementUtils Thing:
GetHubTiles—Retrieves the information for displaying each of the hub tiles.
Was this helpful?