BusinessUnitInheritanceMask Class

Definition

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

public ref class BusinessUnitInheritanceMask abstract sealed
public static class BusinessUnitInheritanceMask
type BusinessUnitInheritanceMask = class
Public Class BusinessUnitInheritanceMask
Inheritance
BusinessUnitInheritanceMask

Remarks

The following table shows the values that you can set for this class.

Member

Value

Description

Fields

InheritAll

The business inherits all inheritance values. Value = 0x3ff.

InheritCompetitor

The business inherits competitors from its parent business. Value = 8.

InheritEmailTemplate

The business inherits email templates from its parent business. Value = 2.

InheritNone

The business does not inherit from its parent business. Value = 0.

InheritProcessTemplate

All child business units inherit process templates from this business. Value = 1.

InheritReferralSource

All child business units inherit referral sources from this business. Value = 4.

InheritSalesProcess

The business inherits sale processes from its parent business. Value = 0x10.

MustInheritCompetitor

The business inherits competitors from its parent business. Value = 0x100.

MustInheritEmailTemplate

All child business units inherit email templates from this business. Value = 0x40.

MustInheritProcessTemplate

The business inherits process templates from its parent business. Value = 0x20.

MustInheritReferralSource

All child business units inherit referral sources from this business. Value = 0x80.

MustInheritSalesProcess

The business inherits sale processes from its parent business. Value = 0x200.

Applies to