S
Shiva Duriseati
Guest
Hi Meryem, Yes, we will be not showing "user name" not only for createdBy and updatedBy fields but also at other places like "Activity Trail Log" when user is currently removed. As a workaround please create a text fields with name "updatedBy" and "createdBy" and create a triggers of type "Update Field Value" and set "{!#CURR_USER.loginName}" to these values respectively. Or use could use single Object Script trigger and use rbv_api.setFieldValue() API twice both for createdBy and updatedBy fields.(Ones which you created manually, for existing fields you cannot modify since they are read only fields.) Regards, Shiva
Continue reading...
Continue reading...