How can I set up custom validations for subscriptions?

By default, Subscription Management supports many application validations. You can add your own validations by using custom hooks exposed using Application Composer.

Here are some custom validations you can implement:

  • The start date of a subscription can only be the first of a month. This is a header-level validation.
  • A product line can’t be pending activation if it’s a Bill Immediately product line. This is a product-level validation.
  • An invoice rule of a Coverage product line can’t be Advance Invoice. This is a product-level validation.

For more information, see Custom Validations – Subscription Management (Doc ID 2913088.1) on My Oracle Support.