How to Time Stamp Entries

T

takenote61

I am trying to develop a form to track not only who approves something, but
the date/time when they approve it. Is there a way to capture the date and/or
time? This is for audit purposes so having the person enter it probably won't
work,

Thanks/
 
A

Anuma (GGK Tech)

Hi,
Add following rule to the Approve button after the Approve.
1. First add “Approve Date†field to the schema.
2. Double click on the Approve button.
3. Click on Rules.
4. Click on Add button.
5. Click on “Add Action†button.
6. Select “Set a Fields value†in action dropdown.
7. Select “Approve Date†field xpath in Field text box.
8. Enter “now()†function in the value text box.
9. Click on ok until close all windows.
Now “Approve Date†will be populated with data and time when you click on
the “Approve†button.
 
Top