BusinessUnitInheritanceMask Members

Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online

Contains integer values that are used for the BusinessUnit.InheritanceMask attribute.

The following tables list the members exposed by the BusinessUnitInheritanceMask type.

Public Fields

  Name Description
public field static InheritAll The business inherits all inheritance values. Value = 0x3ff.
public field static InheritCompetitor The business inherits competitors from its parent business. Value = 8.
public field static InheritEmailTemplate The business inherits email templates from its parent business. Value = 2.
public field static InheritNone The business does not inherit from its parent business. Value = 0.
public field static InheritProcessTemplate All child business units inherit process templates from this business. Value = 1.
public field static InheritReferralSource All child business units inherit referral sources from this business. Value = 4.
public field static InheritSalesProcess The business inherits sale processes from its parent business. Value = 0x10.
public field static MustInheritCompetitor The business inherits competitors from its parent business. Value = 0x100.
public field static MustInheritEmailTemplate All child business units inherit email templates from this business. Value = 0x40.
public field static MustInheritProcessTemplate The business inherits process templates from its parent business. Value = 0x20.
public field static MustInheritReferralSource All child business units inherit referral sources from this business. Value = 0x80.
public field static MustInheritSalesProcess The business inherits sale processes from its parent business. Value = 0x200.

Top

See Also

Reference

BusinessUnitInheritanceMask Class
Microsoft.Crm.Sdk Namespace

Other Resources

Setting Bit Flags
BusinessUnit Entity

Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.