ebs.changeBusinessStatusByName
Changes an entity record's business status based on the specified business status name.
Syntax
Copy
ebs.changeBusinessStatusByName(entityName: string, entityId: string, businessStatusName: string, callback: any, errorCallback: any): void
| Parameter | Description |
|---|---|
entityName
|
The name of the entity to which you change the business status. |
|
|
The name of the new business status. |
Response
void