msys.policyeditor.vctx_mess_set
Last updated March 2020
Name
msys.policyeditor.vctx_mess_set — Set a message validation context value
Synopsis
msys.policyeditor.vctx_mess_set(ctx, vars, params);
ctx: table vars: table params: table
**Configuration Change. ** This function is deprecated. Use msg:context_set(msys.core.ECMESS_CTX_MESS, "key", "value")
to set a message context value. For more information see msg:context_set.
Description
Set a message 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.
The defined parameters for params
are:
-
key
the name of the context variable -
value
the value to which it will be set
See Also
Was this page helpful?