dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / HeaderOptions Class / UseAssignmentRules Property

In This Topic
    UseAssignmentRules Property (HeaderOptions)
    In This Topic
    Determines applying the assignment rules when creating or updating a Salesforce Account, Case, or Lead.
    Syntax
    'Declaration
     
    Public Property UseAssignmentRules As Boolean
    public bool UseAssignmentRules {get; set;}

    Property Value

    If true, the default (active) assignment rule is applied when creating or updating a Case or Lead and all territory assignment rules are applied when creating or updating an Account. Otherwise, if false, no assignment rules are applied.
    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