Link Business Process created and Page Designer

Hi,

 

I ahve a Business Process created for a workflow. I ahve created the Page designer for the same in order to capture the input data and it is visible in the sections page. How should I now link the Business Process to the sections page so that when I input the data the business process should trigger automatically. Please clarify.

 

Thanks

Karthik

Like 0

Like

1 comments

Hi Karthik,

 

You can create an attribute on the section page and bind a custom method call to this attribute (see an example of the attribute declaration and binding a method call to this attribute in the second example (

"methodName": "setProbabilityByStage"

)). This means that once you specify something in the field that the attribute represents the setProbabilityByStage method will be called.

 

And finally you can bind a process call inside this method as described here and as a result the process will be called once something is modified in the field.

 

Best regards,

Oscar

Show all comments