Bruce777
2nd December 2020, 20:10
Is there a guide on how to use the Infor ION Mapper Functions. For example if you wanted a simple IF statement comparing the input string and then displaying two outputs to the target depending on the boolean return.
InputA = 123
IF InputA = 123 then Valid else Invalid
This is relatively straightforward in XSLT but I would like to try and use the built in mapper functions within ION.
InputA = 123
IF InputA = 123 then Valid else Invalid
This is relatively straightforward in XSLT but I would like to try and use the built in mapper functions within ION.