msys.policyeditor.vctx_conn_set
Last updated March 2020
Name
msys.policyeditor.vctx_conn_set — Set a connection validation context value
Synopsis
msys.policyeditor.vctx_conn_set(ctx, vars, params);
ctx: table vars: table params: table
**Configuration Change. ** This function is deprecated. Use msg:context_set(msys.core.ECMESS_CTX_CONN, "key", "value")
to set a connection context value. For more information see msg:context_set.
Description
Set a connection validation context value.
The ctx
parameter is the context containing objects from the callout, vars
is a table containing script variables and params
is a table containing parameters to be passed to this routine.
-
key
the name of the context variable to be set -
value
the value to which it will be set
See Also
Was this page helpful?