callcontext
Service icon

CallContext

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 22 January 2024
 by 
5.0
 (1 rating)
callcontext

CallContext

Documentation
1.0.0

Use CallContext.SetObject() or CallContext.SetText() to save information in the CallContext.

Then, somewhere else in the code, use CallContext.GetObject() or CallContext.GetText() to retrieve that same value from memory.

Remember, the values saved in CallContext are local to the current thread (or request being processed).