📚 SAP Business One SDK Help

HelpLinksService Object Members
See Also  Overview 

Public Methods

Public Method AddCreates a new `HelpLink` record and returns the key of the new record as a `HelpLinkParams` object.
Public Method DeleteDeletes the record identified by the key in a `HelpLinkParams` object.
Public Method GetRetrieves a single `HelpLink` record by the key in a `HelpLinkParams` object.
Public Method GetDataInterfaceGetDataInterface
Public Method GetDataInterfaceFromXMLFileGetDataInterfaceFromXMLFile
Public Method GetDataInterfaceFromXMLStringGetDataInterfaceFromXMLString
Public Method GetListRetrieves all records as a `HelpLinkParamsCollection`.
Public Method UpdateUpdates an existing `HelpLink` record.

See Also