I have a DLeap App in which I want the user to see when the data was last modified and by whom.
How can the values from the lastModified and lastModifiedBy fields be shown on the form?
I have a DLeap App in which I want the user to see when the data was last modified and by whom.
How can the values from the lastModified and lastModifiedBy fields be shown on the form?
If you add a text item to the form, you can use the "Insert" feature to include "created by" or "last updated on" values.
Looking at this, we should add a few more options here, but that falls under a feature request.
The alternative, would be to setup a service configuration (that runs on form load) to call a retrieve service, to retrieve the [same] record by UID. All the values you are looking for are there, you could map them to read-only fields on the form.
Hi Pradeep,
Sharing the knowledge article below about the alternative mentioned by Chris with detailed steps on how to accomplish this:
https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0115595
Regards,
Jayve