LeadPreference

Uses the Component:PreferenceABIEType

The Lead Preference component can be used the rank the importance or priority of a particular lead.

Fields and Components

Table 6.101. Fields and Components

Name Description Occurrence Type Data Type User Notes
PriorityRankingNumeric

The number of the priority ranking of this preference.

0..1Field udt:NumericType  
PreferredIndicator

The indication of whether or not this preference is the preferred option.

0..1Field udt:IndicatorType  
UnavailablePeriod

A period when a preference is not available.

0..1ComponentPeriodABIEType 
AvailablePeriod

A period when a preference is available.

0..*ComponentPeriodABIEType 

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.101. LeadPreference

<LeadPreference>
     <PriorityRankingNumeric>......</PriorityRankingNumeric>     [0..1]
     <PreferredIndicator>......</PreferredIndicator>     [0..1]
     <UnavailablePeriod>......</UnavailablePeriod>     [0..1]
     <AvailablePeriod>......</AvailablePeriod>     [0..*]
</LeadPreference>