Home      Ask a Question      My Stuff      Help   
  
Scripting - Removing a Clock Prompt from the Download Activity File.
Question
ID
312
Category
Training
  FAQ's
Date Created
9/18/2008 10:33:11 AM
Date Updated
10/21/2011 3:45:46 PM
I have added a Location Stamp using a clock prompt to one of my Client's. When creating a file to import into payroll, it is rejecting the location stamp. How can we create the file without the location stamp showing up?
Answer
This can be done for Download Activity File Formats. To do this enter the following script under Custom Processing > Proc. Rules:

if(downloading=true)
{
y="";
}

The above example states that any information set up for clock prompt y, wll be included in the activity file. The information will still show up on the timecard for record purposes.
Back to Search Results