Is there a way to trigger a required field check without invoking a model save/cancel?
Here’s the use case - Custom button with action sequence that contains a “validate” snippet that performs checks on data on the models to be saved. If validation occurs, a save models is performed. The save models, prior to save, runs through the required field checks and only saves if all required fields contain a value. What I’d like to be able to do is perform the required field check first, then the custom validate snippet and then the save. This ensures that all fields have a value when the custom validate snippet runs. Without this, the validate snippet needs to account for fields that don’t have values but are marked as required.
Thank you!
Question
Trigger required field check without saving
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.