getMethodTriggerFormName()

I have used it before but now I have run into a problem.

On record save (onRecordSave) I call a global method which inquires about the name of the trigger form (getMethodTriggerFormName).

var f = application.getMethodTriggerFormName();

Unfortunately it reports not the form ‘conAddresses’ as it should but one that is the parent in a relation ship ‘conCustomerList’.

Both forms ('conCustomersList, ‘conAddresses’) are tabbed into a master form ‘conCustomers’.

Is this a known issue or I am missing something?

yes there was a problem with form events and global methods.
should be fixed in 2.2b3

Good to know. I am holding off on that portion of my solution then, because I am having more problems with a

var value = forms[form].controller.getDataProviderValue(element)

statement which might be associated with this one. In some case it reports a ‘undefined’ when it really shouldn’t.
Let me know if you want to hear more about this.