📚 SAP Business One SDK Help

LegalTextItemsService Object Members
See Also  Overview 

Public Methods

Public Method AddCreates a new `LegalTextItem` record and returns its key as a `LegalTextItemParams` object.
Public Method DeleteDeletes the record identified by the key in a `LegalTextItemParams` object.
Public Method GetRetrieves a single `LegalTextItem` record by the key in a `LegalTextItemParams` object.
Public Method GetDataInterfaceGetDataInterface
Public Method GetDataInterfaceFromXMLFileGetDataInterfaceFromXMLFile
Public Method GetDataInterfaceFromXMLStringGetDataInterfaceFromXMLString
Public Method GetListRetrieves all records as a `LegalTextItemParamsCollection`.
Public Method UpdateUpdates an existing `LegalTextItem` record.

See Also