Where is the value of a request property stored in v9.2?

Hello,

I'm currently implementing a request property in One Identity Manager v9.2 using the DialogParameter mechanism. However, I’m unable to locate where the value selected by the requester is actually stored in the request.

My goal is to:

  • Display the selected value to the approver group during the approval process
  • Make it available for the user admin/provisioning team to reference
  • Persist the value even after approval, so we can later track who has what (e.g., in reporting or auditing)

Could someone please clarify where this value is stored or how to properly reference it in workflows or approval steps?

Thanks in advance!

Parents Reply
  • Hello Markus,

    Thank you very much for your reply.

    I would appreciate your guidance on the following point. From what I understand, the function QER_Get_ParameterValue_Of_ParameterSet_Of_PWO allows me to retrieve the value of a specific parameter by calling:

    QER_Get_ParameterValue_Of_ParameterSet_Of_PWO(UID_PersonWantsOrg, 'ParameterName')

    This works well when I know the parameter name in advance. However, in our use case, different products are associated with different sets of request parameters. As a result, hardcoding specific parameter names isn't a viable option.

    Could you please advise on how to implement a generic approach that retrieves all parameter values dynamically, regardless of the product or parameter configuration?

    Thank you in advance for your support.

Children
No Data