📚 SAP Business One SDK Help

PredefinedTextsService Object Members
See Also  Overview 

Public Methods

Public Method AddPredefinedTextAdds a predefined text.
Public Method DeletePredefinedTextDeletes an existing predefined text.

The predefined text is specified by its key (AbsEntry), which is contained in the PredefinedTextParams object passed to the method.

Public Method GetDataInterfaceCreates an empty data structure for use with the PredefinedTextsService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetPredefinedTextRetrieves a predefined text.

The predefined text is specified by its key (AbsEntry), which is contained in the PredefinedTextParams object passed to the method.

Public Method GetPredefinedTextListRetrieves the keys and names of all the predefined texts.
Public Method UpdatePredefinedTextUpdates an existing predefined text.

The data for the predefined text, including the key of the predefined text to be updated, is contained in the PredefinedText passed to the method. To update a predefined text, you must first retrieve it using the GetPredefinedText method.

See Also