Salesforce

RqReqLst (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

RqReqLst (Magic xpa 3.x)

Returns the number of request entries, specified by a range of request identifications, from the broker's log.

Syntax:

RqReqLst(service/server name, request id min, request id max, supervisor password)

Parameters:

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

request id min: identification range minimum.

request id max: identification range maximum.

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

Returns:

Number – The number of the request entries queried.

Example:

RqReqLst('Web Server', BA, BB, 'Secret')

Note:

If the password is an empty string, only information about requests that were submitted from the current user can be displayed. If the service name or entry number or supervisor password are invalid, an empty string is returned.

See also:

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

Reference
Attachment 
Attachment