Model Class
validationInfo()
Signature
Section titled “Signature”validationInfo() — returns struct
Available in: model
Category: Miscellaneous Functions
Description
Section titled “Description”Returns a struct containing all validation rules for this model, keyed by trigger (onSave, onCreate, onUpdate).
Each trigger contains an array of validation rule structs with method, properties, message, and other parameters.