V9 ECL control events

Hey all,

 

I can successfully start a new process using the ECL however one of the controls on the form uses a WhenChanged event to populate other variables, in this case selecting a company id from the drop down populates the company name process variable and folders parent id.

This event does not fire when setting the Value for the drop down or upon SubmitAction, it does work when using the GUI. Has anyone encountered something similar?

Tagged:

Comments

  • Are you trying to update dependant fields before submitting the action or is this during the submit itself?

  • Sorry for the late reply. I'm not sure either apply but would say more dependent. My field (drop down list) has a local variable on the form, the field has a visual script under its WhenChanged handler which uses the local variable to populate the ProcessContent FolderParent property amongst others using an AssignValues controls. This event is what does not fire when setting the field value via the ECL or when using the ReFill method on the Metastorm session object.