Hello,
We’re running apps10 upd8 on cloud. I’m creating a new custom field on the CustomerOrderLine LU. It is a read-only field, type Select, and the select statement is:
SELECT IFSAPP.CURRENCY_RATE_API.Get_Currency_Rate(:contract, 'EUR', 'B', :DATE_ENTERED) from dual
The data type is Number with format Currency.
But at the end it is giving me this error:
I need to use the creation date of the row.
How can I avoid the error ?
Thanks to anyone that can respond.