Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourGreen
title3.17.0

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


Panel
borderColorgrey
bgColorwhitesmoke
borderStylesolid

On this page:

Table of Contents
maxLevel2

Related pages


Timecard Status Object Formats


Excerpt


Code Block
languagejs
firstline1
titleJSON Format
firstline1
linenumberstrue
collapsetrue
{
	"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.