📚 SAP Business One SDK Help

RecurringTransactionTemplate 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 AbsoluteEntryUnique entry in the ORCP table ensures that each record is distinct, preventing duplicate risk control data.

Field name: AbsEntry.

Public Property CardCodeCustomer/Vendor Code.

Field name: CardCode.

Length: 15 characters.

Public Property DocumentObjectTypeType of linked document.

Field name: DocObjType.

Public Property DraftEntryLinked draft entry to the ODRF array table allows saving in-progress records for later editing.

Field name: DraftEntry.

Public Property EndDateTemplate execution end date.

Field name: EndDate.

Public Property FrequencyHow frequently the template has to be executed.

Field name: Frequency.

Public Property PriceUpdateIndicates whether the price needs to be updated. 

Field name: PriceUpdat.

Public Property RemindReminder setting for the template. 

Field name: Remind.

Public Property StartDateTemplate execution start date.

Field name: StartDate.

Public Property TemplateCodeName of the Recurring Transaction template.

Field name: Code.

Length: 8 characters.

Public Property TemplateDescriptionDescription about the Recurring Transaction template. 

Field name: Dscription.

Length: 50 characters.

See Also