biuan SAP® BUSINESS ONE SDK
DTW Administration / Setup / Service / Queues / Queue Members
API Queue

Description

QueueMembers is a child object of Queue object and represents SAP Business One users that are members of the queue.

Source tables: QUE1.

Object Model

Remarks

To display the form in the application:

  1. Select Administration --> Setup --> Service --> Queues.
  2. Select a queue and then click Queue Members.

See Also

SAP® B1 DI-API C# definition

public class QueueMembersClass : IQueueMembers, QueueMembers { public virtual int Count { get; } public virtual int MemberUserID { get; set; } public virtual string QueueID { get; set; } public virtual SAPbobsCOM.UserFields UserFields { get; } public extern QueueMembersClass(); public virtual extern void Add(); public virtual extern void SetCurrentLine(int LineNum); }

Related information


Queue Queue Object· Table: OQUE
Queue is a business object that represents the queues list in the Service module from which you can assign a queue member to a service call. A queue is a group of SAP Business One users (queue members) that have a common role, such as software...


Service Calls ServiceCalls Object· Table: OSCL
ServiceCalls is a business object that represents the service calls table in the Service module. This object enables you to: Add a service call. Retrieve a service call by its key. Update a service call. Remove a service call. Save...



SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact
This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates