dotConnect for Zoho CRM Documentation
Devart.Data.Zoho Namespace / ZohoConnectionStringBuilder Class / TriggerWorkflow Property

In This Topic
    TriggerWorkflow Property
    In This Topic
    Determines whether to trigger the workflow rule when inserting or updating data.
    Syntax
    'Declaration
     
    Public Property TriggerWorkflow As Boolean
    public bool TriggerWorkflow {get; set;}

    Property Value

    true if the workflow rule should be triggered when inserting or updating data; otherwise, false.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also