process

This object provides methods that we can use to work with business process flows on a form. The following are some of the methods that are available under this object:

getDisplayState and setDisplayStage

We can use these methods to find out and set the display state of a business process flow:

formContext.ui.process.getDisplayState();
formContext.ui.process.setDisplayState();

getVisible and setVisible

We can use these methods to get and set the visibility of a business process flow:

formContext.ui.process.getVisible();
formContext.ui.process.setVisible();

 

We can use the preceding methods to show and hide the business process flow bar on the entity form.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset