How to create a time stamp for a specific event
Using a Child App, a little workflow and some expressions... it is possible to record the date/time of an event (a field changed to a specific value), and the content of specific fields at that time.
Interested? Want to know more?
-
First you need a child app, and need to trigger a Copy and Link Workflow when the event occurs.
This Copy and Link creates a record, that needs a field (let's call it CreatedOn) using the expression CreatedDate() "knows" when it was created (also with CreatedBy(), know who triggered the workflow).
The information from the Field CreatedOn can be pulled back to the parent record using a ChildLast expression.
Is this clear enough? (I do not know your level as an app builder!!)
Please sign in to leave a comment.
Comments
3 comments