SwitchAsyncEventUserContext method: IntBroker class
Syntax
SwitchAsyncEventUserContext(UserID, LanguageCode)
Description
Use the SwitchAsyncEventUserContext method to switch the user context within an Integration Broker asynchronous event.
Parameters
| Parameter | Description |
|---|---|
|
UserID |
Specify the user ID, as a string, to which you want to switch the context. |
|
LanguageCode |
Specify the language code, as a string, for the user ID. |
Returns
A Boolean value: true if the switch user was successful, false otherwise.
Example
&returnValue = %IntBroker.SwitchAsyncEventUserContext("VP1", "ENG");