I have a requirement to add a new parameter called "Description" to the standard contract class "BankCurrencyRevalContract". But the contract class is a final class and controller class(BankCurrencyRevalController) is a internal final class.
If I added the new parameter by extending the contract class, the new parameter is not visible in the UI. Can anyone tell me why it's coming and how to achieve this functionality.
Path : Cash & bank management -> Periodic tasks ->Foreign currency revaluation
Best Regards
Sai