-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.UI.ProcessController
rescocrm edited this page Mar 24, 2022
·
2 revisions
[v8.2] Represents the Javascript equivalent of view process controller.
| Property | Type | Description |
|---|---|---|
| currentStateInfo | Object | Gets the information about the current process flow state (active stage, visible stage and process). |
| Method | Description |
|---|---|
| changeProcess | [v8.2] Changes (or clears) the business process flow for the current entity. |
| moveToNextStage | [15.0] Progresses to the next stage of the active process. |
| moveToPreviousStage | [15.0] Moves to the previous stage of the active process. |