Hello Experts,
We have a custom UI from which we would be changing users would be requesting for roles,pwd reset, identity creation.
For this purpose we have created a new entry type which would be triggered whenever user requests for role,pwd reset etc.
Requirement: Generate Reports based on the request type raised by the user.
I have created a new report entry type. there are four types of reports which user can request from the custom ui. So based on the report type selected from the custom ui, the new report entry type task would be triggered.
Whenever this task is triggered, at first it stores the users requested details in its related attributes and temporary attributes.
i have created a switch task, to generate the report file based on the report type selected.
Problem: How to create a task which generates a file which all the request entry type attributes details based on the date ranges.
Can you kindly please help me with this.
Does the below idea works:
1 . Pass the values to a script and return the distinct mskey values via query through as task and then create a pass To Ascii file and provide the file location and attributes which needs to be stored in the destination tab.
2. Is there any way to provide the source details via an sql query for the provisioning job and destination would be an ascii file.
Look forward for your valuable suggestions.
Regards,
DP