Hello there, just starting with EspoCrm,
What I need is kind of basic, we created a new entity, let's call it "Case"
Case has a lot of fields, one of them is the "State" field (list type dropbox), that indicates if the "case" is closed or not.
What I need is to make a validation before a user can save a "Case" like "Closed" , validate that some other fields are completed. (Normally I write some JS function to validate the onchange event or before the form submit)
Already tried with dynamic forms, but no look , I keep ending showing or hidding the options, and that is not the use case.
Any Ideas how to implement this simple validation?
Thanks a lot and sorry for the newbie
What I need is kind of basic, we created a new entity, let's call it "Case"
Case has a lot of fields, one of them is the "State" field (list type dropbox), that indicates if the "case" is closed or not.
What I need is to make a validation before a user can save a "Case" like "Closed" , validate that some other fields are completed. (Normally I write some JS function to validate the onchange event or before the form submit)
Already tried with dynamic forms, but no look , I keep ending showing or hidding the options, and that is not the use case.
Any Ideas how to implement this simple validation?
Thanks a lot and sorry for the newbie
Comment