Hi,
How can I access the createdby field for records (in my case N_Activity) in the architect? In the context I only have access to id, createdat and modifiedat…
Hi,
How can I access the createdby field for records (in my case N_Activity) in the architect? In the context I only have access to id, createdat and modifiedat…
To show these fields, you need to tell the Architect which type the users will be.
Consume the N_User concept and its N_Credentials feature.
The go to:

And configure it as follows:

This also enables the CurrentUser function to be used in expressions.
Thx Wim, this indeed works!