📚 SAP Business One SDK Help

Forms1099 Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new Form 1099 type to the 1099 Table.
Public Method GetAsXMLReturns the object from XML data, which is stored as string in a buffer.
Public Method GetByKeyRetrieves and sets the values of the object's properties by the object's absolute key from the Company database.
Public Method RemoveReturns a result value that indicates success or failure. If the method succeeds, it returns 0. Otherwise, it returns an error code.

You can retrieve the last error code and its description using the method GetLastError.

Public Method SaveToFileSave the object to a file as XML data.
Public Method SaveXMLSaves the object data to XML formatted data.
Public Method UpdateUpdates the object data in the company database.

Public Properties

Public Property Boxes1099Returns the Box1099 child object.
Public Property BrowserReturns the DataBrowser object.
Public Property Form1099Sets or returns the description of the Form 1099 type.

Field name: Form1099.

Length: 100 characters.

Public Property FormCodeReturns the identification key of the 1099 Form type as assigned by the system when adding a new 1099 Form type.

Field name: FormCode.

Public Property UserFieldsReturns the UserFields object.

See Also