Createdby field in the architect

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:
image

And configure it as follows:
image

This also enables the CurrentUser function to be used in expressions.

2 Likes

Thx Wim, this indeed works!