Home      Ask a Question      My Stuff      Help   
  
Scripting - Can I Create a Script that will work off of the Location Stamp on my Time Clock?
Question
ID
240
Category
Training
  FAQ's
Date Created
4/30/2008 11:56:29 AM
Date Updated
10/21/2011 10:34:04 AM
Could the Location Stamp be used in a script?
Answer
Yes, since the Location Stamp come from the clock as a clock prompt value, we can write scripts that use this value just like any other clock prompt.

In the following examples it is assumed that the clock prompt has been set up in the Y prompt:

if (y = "Maint")
{
round ("5:00am - 6:00am = 6:00am");
}

if (y = "Office")
{
category = "Salary";
}
Back to Search Results