Is it possible to do validation for the Actions added to Reports?
- We have an all-around On Validate function that checks all the possibilities before the Created/Edited form submissions.
- We want to have a button in the report view, so we can change records without entering.
- We are able to add this button, and it does the change we ask it to do, but without any of the validations.
- Is it possible to call this validation function from within this button, or do we need to copy all the validation function into this little action button's function?