getCategory (Client API reference)
Returns an object with a getValue method which will return the integer value of the business process flow category.
Syntax
var stageCategoryNumber = stageObj.getCategory().getValue();
Return Value
Type: Number.
Description: Here is the list of possible values.
| Value | Description |
|---|---|
| 0 | Qualify |
| 1 | Develop |
| 2 | Propose |
| 3 | Close |
| 4 | Identify |
| 5 | Research |
| 6 | Resolve |