SERIAL_NUMBER {SerialNumber} not found in iLPN/Tote {IlpnId}
I want to replace {SerialNumber} with some value and also want to replace {abcd} with some value at a time. I am able to replace either {SerialNumber} or {abcd} one at a time but not both.
how to do this using velocity template language?
Here is an example of how you can replace multiple variables in a string using Velocity Template Language:
In the above example,
$SerialNumberand$abcdare two variables that are being replaced with the values"1234"and"xyz"respectively.