I have a field with a script triggered to run "OnObjectSave". I want the parameter for the triggered script to be the name of the field.
I have to do this a bunch, so it would be helpful if I could just have the parameter be Get ( ActiveFieldName ). Claris' definition for that function is:
Returns the name of the field that has the focus.
Inattention to detail has come back to bite me in the past, so forgive me if this is a ridiculous question, but is there a way for a field that has been edited to lose 'focus' WITHOUT triggering the OnObjectSave script? In other words, do I have to use GetField ( fieldName ) instead?
The sequence and timing of script triggers is tricky business. Soliant has a old blog post with a graphic of the Trigger firing timing that is worth a look.