Can a field with an automatically calculated value using customized script be overriden with a user value?
I have an attribute that gets it's value calculated automatically using a dojo script. However, there is a business requirement that we need to be able to manually override the calculated value and save it. The problem is the script is executed upon save and for that the automatic calculated value overrides the manual input. Is there anyway to solve that?