I am customizing the Quote Entry form to simulate the most basic functionality of the CRM module. That is to “win” a quote. I added a checkbox to QuoteHed. I added a checkbox to the Quote Entry form and set the Epibinding to the UD column in QuoteHed. This works alright. It shows the checkbox and I can check it and uncheck it, and it saves the value to the quote table.
However, I want the value to be updatable even if the quote is “quoted”. Right now, as soon as a user checks the quote as “Quoted”, it locks up most of the fields including my UD field. Can I stop the magic from disabling my field? Or can I control when/how it is disabled?
Thank you!