Hello,
I have a subform where the user can edit an entry. As soon as the edited entry gets saved for the first time it isnt available to the user anymore (neither to see nor to edit). I need a Timestamp of the time he saves his edit. But because the entry itself is created much sooner I cannot use the automatic Timestamp. Does anyone have any suggestions how I could create an autmatic Timestamp triggered by the editing of single entry?
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Specific Timestamp
Re: Specific Timestamp
COuldn''t you use the Before Save code block to set the timestamp field right before its saved? Is the TimeStamp and editable field on the form or is it a hidden field?
-
- nuBuilder Team
- Posts: 4307
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 448 times
- Contact:
Re: Specific Timestamp
Does the timestamp have to be stored per row and do you want to display it in the subform?