ftos.businessStatusWorkflow.update

IMPORTANT!  
Starting with v24.3.0, this is renamed from changeBusinessStatus to ftos.businessStatusWorkflow.update.

Applies a business status to a record.

This is a business logic method for business service components.

Syntax

function ftos.businessStatusWorkflow.update(entityName: string, recordID: string, statusID: string): void
 
Parameter Description
entityName The name of the record's parent entity.
recordID ID of the record whose status is changed.
statusID ID of the business status you wish to apply to the record.

Examples