How do I create deep links in Subscription Management?

Deep links are links that point to another page. Deep links come in handy when you want to enable direct navigation into Oracle applications.

You can use deep links in Subscription Management to access a subscription or a subscription product without navigating through the subscription landing page. For example, you can create a deep link to a subscription, then copy and paste that link to an email message or notification. The recipient can use the link to directly access the subscription from the email or notification.

Subscription parameters used in deep links

To directly access a subscription using deep links, you can use:

  • Subscription Number

  • Subscription ID

To directly access a subscription product using deep links, you can use:

  • Subscription Product ID

  • Subscription Product PUID

Create Subscription Links

Here's the URL syntax you can use to construct a link to open a subscription:

https://{ServerURL}/fscmUI/faces/deeplink?objType=SUBSCRIPTION&objKey={ObjKey}%3D{ParameterID}&action=EDIT
  1. Replace Server URL with the URL of your environment.

  2. Replace ObjKey with either subscriptionNumber or subscriptionId.

  3. Based on the selected ObjKey type, replace ParameterID with either subscription ID or number.

For Example:

  • The URL for a link to open the subscription number Subs2401 might look like:

https://subscription.oracle.com/fscmUI/faces/deeplink?objType=SUBSCRIPTION&objKey=subscriptionNumber%3DSubs2401&action=EDIT
  • The URL for a link to open subscription ID 700100177392474 might look like:

https://subscription.oracle.com/fscmUI/faces/deeplink?objType=SUBSCRIPTION&objKey=subscriptionId%3D700100177392474&action=EDIT

Create Subscription Product Links

Here's the URL syntax you can use to construct a link to open a subscription product:

https://{ServerURL}/fscmUI/faces/deeplink?objType=SUBSCRIPTION_PRODUCT&objKey={ObjKey}%3D{ParameterID}&action=EDIT
  1. Replace Server URL with the URL of your environment.

  2. Replace ObjKey with either subscriptionProductId or subscriptionProductPuid.

  3. Based on the selected ObjKey type, replace ParameterID with either subscription product Id or PUID.

For Example:

  • The URL for a link to open the subscription product ID 00100177392480 might look like:

https://subscription.oracle.com/fscmUI/faces/deeplink?objType=SUBSCRIPTION_PRODUCT&objKey=subscriptionProductId%3D00100177392480&action=EDIT
  • The URL for a link to open subscription product PUID 700100177392474 might look like:

https://subscription.oracle.com/fscmUI/faces/deeplink?objType=SUBSCRIPTION_Product&objKey=subscriptionProductPuid%3D700100177392474&action=EDIT