📚 SAP Business One SDK Help

ApprovalTemplate Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileImports data from an XML file to the object.
Public Method FromXMLStringImports data from an XML string to the object.
Public Method GetXMLSchemaRetrieves the XML schema of the data structure.
Public Method ToXMLFileCreates an XML file that represents the object data.
Public Method ToXMLStringCreates an XML string that represents the object data.

Public Properties

Public Property ApprovalTemplateDocumentsReturns the ApprovalTemplateDocuments Object, a Data Collection of all the documents attached to this approval template.
Public Property ApprovalTemplateQueriesReturns the ApprovalTemplateQueries Object, a Data Collection of all the Queries attached to this approval template.
Public Property ApprovalTemplateStagesReturns the ApprovalTemplateStages Object, a Data Collection of all the stages attached to this approval template.
Public Property ApprovalTemplateTermsReturns the ApprovalTemplateTerms Object, a Data Collection of all the terms attached to this approval template.
Public Property ApprovalTemplateUsersReturns the ApprovalTemplateUsers Object, a Data Collection of all the users attached to this approval template.
Public Property CodeReturns this Approval Template Code. Field name: WtmCode.

This is a key to the ApprovalTemplate object.

Public Property IsActiveDetermines whether or not this ApprovalTemplate is active. Field name: Active.
Public Property IsActiveWhenUpdatingDocumentsproperty IsActiveWhenUpdatingDocuments
Public Property NameSets or returns this Approval Template name. Field name: Name.

Length: 20 characters.

Public Property RemarksSets or returns this Approval Template description. Field name: Remarks.

Length: 100 characters.

Public Property UseTermsDetermines whether or not manual approval is required for this Approval Template. Field name: Conds.

See Also