Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

I need to pick a correct currency exchange rate using the BillingDate from transactional invoice lines and this code does not work as I would expect.

Code Block
languagegroovy
def billingDate = api.getElement('BillingDate').format('yyyy-MM-dd')

...