SalesLeadDetail

Uses the Component:SalesLeadDetailType

Sales Lead Detail

Fields and Components

Table 6.37. Fields and Components

Name Description Occurrence Type Data Type User Notes
Financing

0..1ComponentFinancingABIEType 
SalesAppointment

Sales Appontment Inforrmation

0..*ComponentSalesAppointmentType 
SalesActivity

Represents the activities that occur for a Sales Lead

0..*ComponentSalesActivityType 
SalesOffer

Sales Offer Information.

0..*ComponentSalesOfferType 
SalesCampaign

Sales Campaign Component to communicate sales promotions or sales programs.

0..*ComponentSalesCampaignType 

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.43. SalesLeadDetail

<SalesLeadDetail>
     <Financing>......</Financing>     [0..1]
     <SalesAppointment>......</SalesAppointment>     [0..*]
     <SalesActivity>......</SalesActivity>     [0..*]
     <SalesOffer>......</SalesOffer>     [0..*]
     <SalesCampaign>......</SalesCampaign>     [0..*]
</SalesLeadDetail>