msys.policyeditor.vctx_mess_get
March 26, 2020
Name
msys.policyeditor.vctx_mess_get — Return a message validation context value
Synopsis
msys.policyeditor.vctx_mess_get(ctx, vars, params);
ctx: table vars: table params: table
**Configuration Change. ** This function is deprecated. Use local value = msg:context_get(msys.core.ECMESS_CTX_MESS, "key")
to get a message context value. For more information see msg:context_get.
Description
Return 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 parameter for params
is key
the name of the context variable to be returned.