Custom Inputs for JDBC from end user

Hi Team,

I have a use case where, for creating an account in the JDBC connector, we need custom inputs from the end user in addition to entitlement values.

Specifically, there are a few fixed values (x, y, z) that the user should be able to select from a dropdown menu, along with the entitlement value, since the stored procedure for creating an account requires these fixed values to be inserted.

How can this be achieved? Currently, I only see options for users to request entitlements, and no form is visible for selecting these fixed values.

HI @Deepanshu07 ,

Currently IDN doesn’t support access request forms as like IIQ. I can think of this solution using before provisioning rule if the values are fixed.

  1. You can create a map and have all the entitlements and its values.
  2. You can get the “entitlement” name, the one which user is requesting.
  3. Based on the entitlement name get the values that you are needed and assign them to a variable.
  4. pass those variables to provisioning plan.
  5. Use the variables in JDBC provisioning rule by referencing $plan.variableA$
1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.