📚 SAP Business One SDK Help

Campaign Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileSets the object's properties using data from an XML file.

The XML file can be created using the object's ToXMLFile method.

Public Method FromXMLStringSets the object's properties using data from an XML string.

The XML string can be created using the object's ToXMLString method.

Public Method GetXMLSchemaReturns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods.
Public Method ToXMLFileCreates an XML file that represents the object.
Public Method ToXMLStringCreates and returns an XML string that represents the object.

Public Properties

Public Property AttachementsEntryThe attachment to a campaign. You can attach as many files as needed.

Field name: AtcEntry.

Public Property CampaignBusinessPartnersView and maintain CampaignBusinessPartner.
Public Property CampaignItemsView and maintain relevant CampaignItem.
Public Property CampaignNameThe name for the campaign.

Field name: Name.

Length: 100 characters.

Public Property CampaignNumberAutomatically generated number the application assigns to this campaign.

Field name: CpnNo.

Public Property CampaignPartnersView and maintain CampaignPartner involved in the campaign.
Public Property CampaignType

The type of the campaign. Default type: E-Mail.

Field name: Type.

Public Property FinishDateThe end date for the campaign.

Field name: FinishDate.

Public Property GeneratedByWizardIndicates that the campaign is generated by the Campaign Generation wizard.

Field name: WizardGen.

Public Property OwnerThe employee to take charge of this campaign.

Field name: Owner.

Public Property RemarksThe remarks for the campaign.

Field name: Remarks.

Length: 254 characters.

Public Property StartDate

The start date for the campaign.

Default start date is the system date.

Field name: StartDate.

Public Property StatusThe status of this campaign.

Default status is Open.

Field name: Status.

Public Property TargetGroupThe group of targeting prospects for the campaign.

Field name: TargetGrp.

Length: 20 characters.

Public Property TargetGroupTypeproperty TargetGroupType
Public Property UserFieldsReturns the UserFields object.

See Also