How To: Custom Subscription Validations (22D Feature)
Summary: How do you implement the new custom validations feature that is new in 22D. Specific questions are below. The only documentation I can find on the feature is in the release notes: https://www.oracle.com/webfolder/technetwork/tutorials/tutorial/cloud/r13/wn/subscription/releases/22D/22D-subscription-wn.htm#F24421
Content (required):
My questions are:
1) Are there any code examples of how the "customSubscriptionValidations" object function should be structured?
2) Do we need to have separate object functions for each check or can we just build those out in the customSubscriptionValidations function?
3) what is the difference between "addCustomValidationResults" & "addBulkCustomValidationResults"?
4) what are the parameters for the above two functions?