I have a save button that has multiple actions, but begins with saving of two models, each that contain required fields. On the save, if an error occurs, the model is supposed to roll back changes.
The two fields are running on two separate models, one that is to the notes object, and one that is to the leads object.
Field 1: Body: Notes Object
Field 2: Date: Leads Object
When the save button is hit with Field 1 blank, the save stops and the actions after the save on the model do not occur. However, when the the field 2 is blank, the save continues and remaining actions on the save button are executed.
I believe this is occurring the way it does is probably the field 1 is required on notes object (not sure as I cannot see the fields associated with notes). My question is, without making the field 2 required within Salesforce, how can I get skuid to halt the save and all further actions on the save button if the field is blank?
Question
Saving with blank required fields

Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.