Salesforce

RqCtxInf (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

RqCtxInf (Magic xpa 3.x)

Returns an information string of a given context identified by the context ID.

Syntax:

RqCtxInf(service/server name, context id, query password)

Parameters:

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

context id: A value of the context ID.

query password: An Alpha variable or constant with the password specified in the Broker initialization file.

Returns:

A string with the following comma-delimited information:

Enterprise server – The host and port of the enterprise server that handles this context.

Application name – The application within which the context was opened.

Example:

RqCtxInf('My Service','1324543108','MY PASS')

This example returns the following information string for the given context:

machine1/1607,My Application

See also:

The Online and Rich Client Samples projects (program ES08 and RES08)

Reference
Attachment 
Attachment