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?