Set field value on a related entity
Sets the value of any field in a CRM entity (deal, contact, company, lead) by its ID.
Sets the value of any field in a CRM entity (deal, contact, company, lead) by its ID.
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Entity type: deal / contact / company / lead | string | yes | |
| Entity ID | int | yes | |
| Field code (e.g. TITLE, UF_CRM_123456) | string | yes | |
| New value | string | yes |
What does the robot return?
| Parameter | Type |
|---|---|
| Success (Y/N) | string |