Actions List Mashup
The actions list mashup (PTC.ActionTracker.ActionsList_MU) includes the Filters pane and calls the grid mashup and trend chart mashup.
The Action Tracker main page, with a red rectangle indicating the actions list mashup.
Widgets
The PTC.ActionTracker.ActionsList_MU mashup uses the following widgets:
A Label widget for the Action Tracker text string.
A Tabs widget used for the Filters pane.
Multiple DropDown widgets.
A Date Time Picker widget for the date range selection.
Multiple Infotable Selector widgets.
Multiple Button widgets:
For the Equipment field. This invisible button launches the Select Equipment window.
For the Apply button. This button is only enabled after Date Rageand Equipment have been selected.
Multiple Text Field widgets.
Multiple Contained Mashup widgets:
For the grid mashup.
For the trend chart mashup.
Inputs
The input parameters for the PTC.ActionTracker.ActionsList_MU mashup are:
SelectedEquipmentUid—The UID of the equipment selected in the Equipment filter.
MashupName—The name of the current mashup.
Manager—The manager from which the dynamic services on this mashup are run.
SelectedAction—The action or actions selected in the grid.
ManagerName—The name of the registered PTC.MfgModel.Manager from the DefaultGlobalManagerConfiguration configuration table on the PTC.Base.Manager. This value comes from the GetMfgModelManager service when mashup loads.
Outputs
The output parameters for the PTC.ActionTracker.ActionsList_MU mashup are the same as the input parameters.
Services
The mashup uses the following dynamic services from the PTC.ActionTracker.Management_TS Thing Shape:
GetGridMashupConfiguration—Retrieves the modular mashup that is configured to load for the grid mashup. For more information, see Action Tracker Modular Mashups.
GetMfgModelManager—Retrieves the registered PTC.MfgModel.Manager from the DefaultGlobalManagerConfiguration configuration table on the PTC.Base.Manager.
GetReasonCategories—Retrieves the list of loss categories for the Loss Category filter drop-down list.
GetTrendChartMashupConfiguration—Retrieves the modular mashup that is configured to load for the trend chart mashup. For more information, see Action Tracker Modular Mashups.
QueryOwners—Retrieves the list of users who can be owners of an action.
QueryStatus—Retrieves the list of statuses for an action.
Dynamic services allow you to select the entity to execute a service at runtime. In this case, the service can be executed from any entity that implements the PTC.ActionTracker.Management_TS Thing Shape. For more information, see Dynamic Services in the Mashup Builder section of the ThingWorx Help Center.
Was this helpful?