How can I set the value of an attribute that shown on a form before the form is created?
For example, I have a reference attribute, AssignedTo, that points from Account to a list of RegularUsers. A popup menu shows the LoginNames of all RegularUsers.
When Create Object is called for a new Account, the Account form appears and it already shows a value of "sp2" in the AssignedTo attribute. That is not the LoginName of the current user. It just happens to be the last LoginName in the AssignedTo popup menu.
I know that I can set it to the current RegularUser with a rule after creation. But the user may have changed it on the form, so I could end up overwriting their setting.
thanks,
Terry