to the child report definition. This does not work. It works for a number of columns (ex: identityName, applicationName) but not for requestResult. What am I doing wrong?
Hi Ioan,
Welcome to the Sailpoint Developer Community.
I am affraid you can’t get this information from Provisioning Transaction Report because of the simple reason - this information is not there. This is what you have in spt_provisioning_transaction table which is base for this report
that also explains why you can do that with eg. display name because it’s there.
If you tell me what is your goal you are trying to achieve maybe there’s another way to do that
Thanks for looking into this! I too investigated and the Detailed Provisioning Transaction Report includes this line:
The info is also present in the db in the Attributes column where it is part of the XML as planResult twice. This same XML object shows up as a ProvisioningTransaction object in the debug page:
I think you can just filter for status == success and channel == applicationName. If transaction is filtered than channel does not contain ApplicationName