If I set a value for a lookup field while adding new entries, and the form it looks up to has code On Load (Create), does the On Load (Create) code trigger and override the set values? Seems like it does.
If so, is there a way to know when a form is being opened e.g. On Create vs On Create Set Value, so that I can control how the opened form is pre-populated?
Yes your "On Load" will override the set value passed from the other form. In these instances you should check if there's a value in the field before running the rest of the code in the "On Load".
Reply to David AA
/* */
12
Insert
Plain text
Rich Text
Add Comment
(Up to 20 MB )
Stats
1 reply
24 views
Follow
Subscribe to receive notifications from this topic.