Custom Access Request Type

Which IIQ version are you inquiring about?

8.2p3

Share all details about your problem, including any error messages you may have received.

I added my custom access request type on these files:
bundle JS file
xyz: new d.Value(“xyz”, “ui_xyz”),
IIQ Custom Properties file
ui_xyz=Event Name
request_type_xyz=Event Name
System Configuration File
xyz
Workflow
flow = “xyz”

I am only seeing access request type as “Request Access” on UI

sorry but should it have a meaning?

Hi @dulalsatish1

I am not able to understand apart from “custom access request,” kind request to explain your business scenario with couple of screenshots.

@dulalsatish1 if you mean by how to show custom access request ? then you have to follow below steps.

a. add entry in SailPointClassicBundle.js
     - "retainaccount", "ui_identity_requests_retain_account" // add this entry in request
b. add entry in iiqCustomMessage.properties (WEB-INF/classes/sailpoint/web/messages)
     - ui_identity_requests_retain_account=Retain Account Request // for UI
     - request_type_retain_account=Retain Account Request // For Filter in Track my request
c. add entry in system configuration
    - added to the accessRequestTypes entry in the SystemConfiguration object
       - retainaccount // added this as String

Some links:

Custom RequestType not displayed correctly in UI - IdentityIQ (IIQ) / IIQ Discussion and Questions - SailPoint Developer Community

Solved: custom “flow” variable in workflow - Compass