I have a custom field and trying to implement required logic following this guide https://docs.suitecrm.com/8.x/developer/extensions/frontend/logic/field-logic/fe-extensions-required-logic.
It seems to work fine on text and integer fields types but doesn’t work on currency type. Any suggestions?
I decided to change currency to decimal and it works fine as a workaround.
Another issue now - can dropdown take multiple values as OR for required logic validation? For my example, I need to make field required when sales stage is either “Proposal” OR “Qualification”. The following code does not work. As soon as second value is added neither is accepted: