You can format your event data (ie: change its value, substitute variables into it, etc) prior to each event being saved.
To format the event data for all Clock In, Start Task, and Present events, specify the "format" option in your screen details.
To format the event data for Clock In events only, specify the "informat" option in your screen details.
To format the event data for Start Task events only, specify the "taskformat" option in your screen details.
To format the event data for Clock Out events only, specify the "outformat" option in your screen details.
In the NoahFace iPad App, you can include any of the following variables in your formatting:
In the NoahFace Go mobile App, you can include any of the following variables in your formatting:
A number of examples are shown below:
If you want to capture the words "Compliance Training" in the event data with each event, specify:
format=Compliance Training
If you want to capture the device (access point) name in the event data with each event, specify:
format=#DEVICE
If you want to capture the device (access point) identifier in the event data with each event, specify:
format=#DEVID
If you want to capture the site name in the event data for each event, specify:
format=#SITE
If you want to combine together the site name, the device name, and the current event data, separating these by slashes, specify:
format=#SITE / #DEVICE / #DATA
If you want to swap the order of two data items, specify:
format=#DATA2;#DATA1