Hi there,
We have an 'office' lookup on a custom entity that's created quite often by our users.
Most of our users will always use the same office when creating this record and I was hoping to add the same 'office' lookup to the systemuser object with a mapping to set the 'office' lookup on custom entity to that of the user creating it, but when I go to the N:1 relationships, I don't have an option to create mappings between the custom entity and the createdby user.
I feel like I'm missing something obvious. Is there a way to default fields on records created by a user to values set on the user's systemuser record without having to revert to javascript?
Thanks.
Edit: a clarification - I was looking for a way to pre-populate the field at form-load, rather than on-save. Looks like the only option is indeed javascript.