Salesforce

RqQueDel (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

RqQueDel (Magic xpa 3.x)

Deletes an entry in the service queue.

Syntax:

RqQueDel(service/server name, request id, supervisor password)

Parameters:

service/server name: An Alpha variable or constant with a service or server name.

request id: Alpha value defining the entry in the queue.

supervisor password: An Alpha variable defining the supervisor password of the service Broker or an empty string.

Returns:

Boolean indicating success or failure.

Example:

RqQueDel('Default Service', BA ,'Secret') Removes the request identified by the value, stored in the BA variable, from the Queue.

Note:

Invalid service name or request identification cause the function to fail and return false. If the password is an empty string, only entries submitted by the current user can be deleted. If the password is other than the current user or supervisor the function will also fail.

See also:

The Online and Rich Client Samples projects (program ES15 and RES15)

Reference
Attachment 
Attachment