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.
    See Also