/
Alert Object

Alert Object

3.17.0

The Alert object is used to display alerts on the mobile application home screen

On this page:

Related pages

Timecard Status Object Formats


JSON Format
{
	"Module" : "Timecard",
	"Msg" : "",
	"Args" : {
		"${key}" : "${value}"
			.
			.
	}
}

Alert Object Properties

(info) Required properties are in bold.

PropertyValueDescription
ModulestringIdentifies the module the alert is related to.
MsgstringSpecifies the message of the alert to be presented to the mobile worked. Timecard Status
Argsobject

This object contains zero or more optional properties that are specific to the alert type. The mobile application uses this information to provide deeper context around the alert message itself.



Related content

Work Order Alert Object
Work Order Alert Object
More like this
Alert Template Object
Alert Template Object
More like this
Alert Template REST API
Alert Template REST API
More like this
Work Order Alert REST API
Work Order Alert REST API
More like this
Timecard Status Object
Timecard Status Object
More like this
Activity Object
Activity Object
More like this