Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides the actual values for the parameter keys for the particular transaction type.
Syntax
public Map getParameterValues(TransactTxt _transactTxt)
Run On
Called
Parameters
- _transactTxt
Type: TransactTxt Table
The TransactTxt table record to look up the parameters.
Return Value
Type: Map Class
A Map that contains the key value pairs for each parameter.
Remarks
The map is sorted by negative parameter number to ensure the key value is not the prefix of another key value when the transaction text is generated by string replacement.