Hi All,
In REFramework in the end process im trying to get the failed transaction items(Status, Reason)
Get Queue Item> For each list>current item>
Status=currentitem.Status.toString
if(currentitem.SpecificContent.ContainsKey(“Reason”))
> Reason=currentitem.SpecificContent(“Reason”).toString
else
Reason=NoReason
This is how i tried.
Here is the image of failed transaction details
I tried this . But not able to pull the failed reasons. This is the report



