cancel
Showing results for 
Search instead for 
Did you mean: 

How to access context variables in custom widget templates?

Ansel_Andrew
Champ in-the-making
Champ in-the-making

I have a widget template and i want to display a String message in it. The String message is set in the custom operation using the OperationContext.put() method. How can i access this context variable in my custom widget template to display the message? I have tried the following:

 alert("#{operationContext["VariableName"]}");
 alert("@{Context["VariableName"]}");
 alert("#{Context["VariableName"]}");
 alert("#{operationContext.VariableName}");
 alert("#{operationContext.get("VariableName")}");
0 REPLIES 0
Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.