currencyFormat
def currencyFormat = {currencyCode, currencyAmount ->
xxx
}
Transforms currency ISO code and amount values to currency amount datatype values.
Parameter
Description
Default
currencyCode
Currency ISO code.
USD
currencyAmount
Currency amount.
0
"core_cost": "currencyFormat(fields.CurrencyIsoCode, fields.SVMXC__Product_Cost__C)"
Sample Transform
Original Fields
Transformed Fields
Name
Value
Name
Value
CurrencyIsoCode
USD
core_cost
USD 123.45
SVMXC__Product_Cost__c
123.45
For more information:
Was this helpful?