INSERTBATCHSMARTCHECK
Insert token array in token vault for multiple values with custom data.
Import Parameters
- ITOKEN - Allows users to create custom tokenization functions (
ITokenGenerator
andITokenValidatoras
explained in CREATEGENVALTOKENFORMAT) that define the way data is tokenized.
From the common parameters, refer to the source code below for exact parameters.
Tables Parameters
JCO_T_VALUE - An array of values to be tokenized (Input parameter).
JCO_T_CUSTOMDATA - An array of customer specific data (Input parameter).
JCO_T_TOKEN - An array of tokens corresponding to the plaintext value array (Output parameter).
INSERT_STATUS - An array of status of insertion. If insertion is failed, an error message is returned, else blank is returned (Output parameter).
Source Code