Ricardo
06/30/2020, 7:14 PM${record.custbodyapprovaldatetime}
and it's a date/time field on my SO. However, trying to pull it to the Picking ticket has proven to be a challenge. I can call it directly as above, and it formats it to a medium string (Jun 25, 2020 35834 PM). However, as per the freemarker documentation https://freemarker.apache.org/docs/ref_builtins_date.html, typing it as ${record.custbodyapprovaldatetime?string.short}
(to be 6/25/20 15:58 PM ) gives an error shown below. Any ideas?