Skip to end of banner
Go to start of banner

workflow_rule_conditions_short

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

 workflow_rule_condition object response data

Name

Type

Description

id

String

The ID of the workflow rule condition

codeStringThe code of the retrieved workflow rule condition which can either be: WHEN SPECIFIC USER OR UNIT MAKES A CHANGE, WHEN SPECIFIC FIELD CHANGES, WHEN SPECIFIC FIELD CONTAINS SPECIFIC VALUE, WHEN SPECIFIC FIELD CHANGES FROM A SPECIFIC VALUE TO ANOTHER SPECIFIC VALUE
values_setString

The set of fields and their values per Workflow Rule Condition. The fields and their values depend on the Condition's code

Referred Objects Response Data

 workflow_rule_condition_values object response data

Name

Type

Description

field

String

The field which is related to the Workflow Rule Condition. It can either have a fixed value or a field of the Entity which is related to the Workflow Rule. A fixed value is applicable only when the code of the Condition is set to SPECIFIC USER OR UNIT MAKES A CHANGE and the available values are be ASSIGN TO  USER, ASSIGN TO UNIT, CREATED BY USER, CREATED BY UNIT, SPECIFIC USER, SPECIFIC UNIT
valueStringThe value of the Condition's field. A value is returned only if the condition's field does not have a fixed value. The condition's value includes a value of the Entity instance.

 

 


 

  • No labels