It seems like this should be easy but I am getting strange results. I’ve created a custom LU with 3 custom fields: a checkbox for the user to use, a ‘checked by’ field to capture the User who clicks the checkbox along with the date they did it.
The ‘Checked by’ field is created as Field Type = Read Only
I am using this expression:
This does correctly capture the user who is logged on and checks the checkbox. The problem is after that data is entered, when I later log on (or anyone else is) to view that info, it picks up my ID and the current date. It is picking up the user who is logged on (which it is supposed to) but I don’t want that to change when anyone views it.
The custom field is not updateable and not insertable (they are grayed out, even if I wanted to make it Insertable but not updateable.
I am out of ideas. Anyone out there have any?
Thanks