Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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. REST System Categories 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.

 

 

  • No labels