MarketingProgram
Indicates the Marketing Campaign that the Lead is eligible for
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: MarketingProgramType
Properties: Global, Qualified, ID: oagis-id-5bedd250e9cb4952a2c9c018beff4ee7
Content
- Sequence [1..1]
- Description [0..*]
- Note [0..*]
- OfferDescription [0..*] Description of the Marketing program offer made by manufacturer
- OpportunityTypeCode [0..1] Marketing opportunities with this customer - Example type -email; phone; postal code
- OpportunityMethodCode [0..1] Method used for marketing opportunity. Example -Survey/Marketing
- Discount [0..*] Specifies the Discount the time and number of payments and the amount or percentage of the discount from the payment.
- Extension [0..1] Allows the user of OAGIS to extend the specification in order to provide additional information that is not captured in OAGIS.This is done by defining the additional information in XML Schema and referencing the new schema in the xml instance document through the use of namespaces. Once this is done the additional information defined there can be carried in the BOD XML instance document.The Open Applications Group will make best efforts to quickly consider all proposed submissions.The USERAREA is always the last element in all components, except where the component has been extended inline.
from type IdentificationTypefrom type MarketingProgramBaseTypefrom group FreeFormTextGroup
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
typeCode | [0..1] | CodeType_1E7368 | from type IdentificationType | |
actionCode | [0..1] | ActionCodeContentType | from type IdentificationType |
Used in
- Type CRMHeaderBaseType
- Type CRMLineBaseType
- Type OpportunityHeaderBaseType via extension of CRMHeaderBaseType
- Type OpportunityHeaderType via extension of CRMHeaderBaseType (Element OpportunityHeader)
- Type OpportunityLineBaseType via extension of CRMLineBaseType
- Type OpportunityLineType via extension of CRMLineBaseType (Element OpportunityLine)
- Type SalesLeadDetailBaseType via extension of CRMLineBaseType
- Type SalesLeadDetailType via extension of CRMLineBaseType (Element SalesLeadDetail)
- Type SalesLeadHeaderBaseType via extension of CRMHeaderBaseType
- Type SalesLeadHeaderType via extension of CRMHeaderBaseType (Element SalesLeadHeader)
Sample instance
<MarketingProgram> <ID/> <IDSet> <ID/> </IDSet> <Description/> <Note/> <OfferDescription/> <OpportunityTypeCode>normalizedString</OpportunityTypeCode> <OpportunityMethodCode>normalizedString</OpportunityMethodCode> <Discount> <ID/> <IDSet> <ID/> </IDSet> <Description/> <EffectiveDateTime></EffectiveDateTime> <DueDateTime></DueDateTime> <PaymentBasisCode>token</PaymentBasisCode> <Duration>P1Y2M3DT10H</Duration> <DiscountPercent>1.0</DiscountPercent> <SurchargePercent>1.0</SurchargePercent> <Amount/> <ProxMonth>1</ProxMonth> <ProxDayOfMonth>---31</ProxDayOfMonth> <Extension> <AnyExtension> <!--any element--> </AnyExtension> <Amount/> <Code/> <DateTime></DateTime> <ID/> <Indicator>true</Indicator> <Measure/> <Name/> <Number>1.0</Number> <Quantity/> <Text/> <Time></Time> <ValueText>string</ValueText> </Extension> </Discount> <Extension> <AnyExtension> <!--any element--> </AnyExtension> <Amount/> <Code/> <DateTime></DateTime> <ID/> <Indicator>true</Indicator> <Measure/> <Name/> <Number>1.0</Number> <Quantity/> <Text/> <Time></Time> <ValueText>string</ValueText> </Extension> </MarketingProgram>