I need to be able to save a custom doctype record as needed (it is large), but I want to make sure ALL fields have been entered (not null) before I can Submit the form. If a field is not filled out, the user gets a message for the fields not entered.
wouldnât that make them mandatory for âsaveâ alike? I think what @SteveM wants to achieve is to be able to save a Documents which might not have have all mandatory information yet and still be forced to have added those added before being allowed to âsubmitâ
Correct! My goal is to force a âSurveyorâ to collect all the data in a Doctype, but be able to save it often before Submission. At least Type N/A or select it. There are up to 90 pieces of info being collected per Survey. I have attach image, int, select, and data fields.