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.