(12-07-2015, 11:57 PM)joebordes Wrote: Two things:
1.- Event handler get called on ALL events for ALL modules. So you just need to register it once and inside the handler you have to check for the module that is launching the event.
Sorry I don't fully understand this. Could you point to the code where this is wrong?
(12-07-2015, 11:57 PM)joebordes Wrote: Two things:OK, didn't know this, thanks.
2.- when you create a picklist or reference field, you must set it's values AFTER the addField call. In other words, setPicklistValues MUST be called after addField.