Hi All,
There is a requirement to change the DFF value at runtime.
If user enters theĀ amount which is greater than 25 then a DFF value should be defaulted to '1' else it should display null.
So we have to check the value at run time and based on this we have to display the default DFF value 1 or null
How we can achieve this?
Thanks,