📚 SAP Business One SDK Help

Queue Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a record to the object table in SAP Business One company database.
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 RemoveNot supported.
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 BrowserReturns the DataBrowser object.
Public Property DescriptionSets or returns a description of the queue.

Mandatory property.

Field name: descript.

Length: 200 characters.

Public Property InactiveSets or returns a valid value of BoYesNoEnum type that specifies whether or not the queue is inactive.

Field name: inactive.

Public Property QueueEmailSets or returns a e-mail address of the queue.

Field name: email.

Length: 200 characters.

Public Property QueueIDSets or returns a unique code for identifying the queue.

Mandatory property.

Field name: queueID.

Length: 20 characters.

Public Property QueueManagerSets or returns a queue manager as defined in SAP Business One.

Mandatory property.

Field name: manager.

This is a foreign key to the Users object.

Public Property QueueMembersReturns the QueueMembers child object.
Public Property UserFieldsReturns the UserFields object.

See Also