10 May 2019 07:02 PM - last edited on 16 Nov 2021 01:24 PM by MaciejNeumann
We are currently using DCRUM to grab an operation and then using the Request body - creating a grouping attribute using Text Search (Transformation type/transformation). In real world speak, when a user logs in - we collect their email address and the grouping attribute equates to which action they perform (ie View their Bill, Enrollment into auto billing, etc)
Is there a way to do this in Dynatrace Managed?
DCRUM setup screenshots attached
Solved! Go to Solution.
11 May 2019 09:29 AM
From soap it is not so easy. But on receiver side some code should grab request and change it into object. So you should be able to find method in code which have this object as parameter, from this point you could be able to use accessor to extract parameter from object. The only limitation here is that you can have only one accessor per object in single method. So if you want to extract multiple parameter from this object you will need multiple methods that are having this object as param or return value.
https://www.dynatrace.com/news/blog/request-attributes-simplify-request-searches-filtering/
Sebastian