WorkflowTable

Sets the table for the ShowNewWorkflowButtons property to use.

Parameters

TableName. Specifies the name of the table.

Example

Container = CRM.GetBlock('container');
Container.WorkflowTable = 'company';

Causes the ShowNewWorkflowButtons property to use the Company table.