Access ChangedDate

0
I have set an entity to store changed by and the changed date. In a form I need to show details of the last user that made changes and date the change was made. I have been able to get the users name by going through the association / changedBy / Specializations / Account / FullName However I cannot find any way to access the date on which the change was made?
asked
1 answers
1

I was able to select the ChangedDate from the connector and drag & drop it in the page.

Probably you have added a text box widget first and try to connect that with a ChangedDate attribute.

Though DateTime values needs to be displayed in a DateTime widget.

Advice, don’t add a widget first, just drag and drop the attribute you want in the page, it will automatically add the right widget and connect it with the attribute.

answered