Interface for CRM Business Process Flow stages.

Hierarchy

Methods

  • Returns an object with a getValue method which will return the integer value of the business process flow category.

    Returns {
        getValue() => StageCategory;
    }

    The stage category.

  • Returns the logical name of the entity associated with the stage.

    Returns string

    The entity name.

  • Returns the unique identifier of the stage.

    Returns string

    The identifier of the Stage, in GUID format.

    Example

    Example: "{825CB223-A651-DF11-AA8B-00155DBA3804}".
    
  • Returns the name of the stage.

    Returns string

    The name.

Generated using TypeDoc