On December 7th, the Zuora Community hosted a product session with Ishir Vasavada, Technical Product Manager on Custom Functions on Zuora objects that included a demonstration of the new features.
⇒ Review the presentation here
Custom Validations and Formulas
Watch video to learn more
Functions empower users to create custom data validations, automate field calculations, and more. They are critical to enhancing data integrity, and resource efficiency and support complex business logic. These serve as a key building block of the Zuora Extension Studio.
As part of our initial release, there are two types of supported functions: Validations & Formulas.
What’s New with Validations
Validations ensure data accuracy and consistency per business requirements. User data input is not accepted until it meets the Validation parameters
Example: Run a Validation on an Invoice custom field named ‘Tax Jurisdiction Code’.
If the user input does not match the jurisdiction format codes per the Validation criteria, the Invoice record will not be created or updated.
A custom error message can be displayed to inform the user to remediate the input error.