📚 SAP Business One SDK Help

BlanketAgreementsService Object Members
See Also  Overview 

Public Methods

Public Method AddBlanketAgreementAdds a blanket agreement.
Public Method CancelBlanketAgreementCancels an existing blanket agreement.
Public Method GetBlanketAgreementRetrieves a blanket agreement.

The blanket agreement is specified by its key, which is contained in the BlanketAgreementParams object passed to the method.

Public Method GetBlanketAgreementListReturns the BlanketAgreementsParams data collection that identifies all blanket agreements.
Public Method GetDataInterfaceCreates an empty data structure for use with the BlanketAgreementsService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetRelatedDocumentsRetrieves the related documents of a blanket agreement.
Public Method UpdateBlanketAgreementUpdates an existing blanket agreement.

The data for the blanket agreement, including the key of the blanket agreement to be updated, is contained in the BlanketAgreement object passed to the method. To update a blanket agreement, you must first retrieve it using the GetBlanketAgreement method.

See Also