Provisioning Transaction Report Generation

We have a requirement to generate a report of provisioning transaction data with specified parameters such as application, operation, account,date,status and error message.

Additionally, the report should filter data to include only those records where the error field contains specific errors such as “invalid_arguments” and “Bad Request”.

We were able to generate this report without the error filter, but we now need assistance in applying the error filter to refine the report data.

Can anyone please help on this.

@vinaygopal221 we already have one OOB report “Provisioning Transaction Object Report”, pls check if that will solve your requirement.

@vinaygopal221 In the OOTB provided provisioning details report we don’t have the field to filter error message, for that we need to create a custom report where the signatures for taking input should be same as the existing OOTB Provisioning transaction report, add a extra field namely “error” in the signatures tag.

Then you need to write a query script for this argument for getting the specified error messages from provisioning transaction object and add it to query Options, By this you can achieve Provisioning Transaction report with the specified error.

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