23 May 2022 01:51 PM - last edited on 23 May 2022 09:46 PM by Karolina_Linda
Unfortunately I don't know .net very well.
So far I have been able to set them up in Java.
I would like help on how to specify the deep object access name in .net based on the method name.
How to convert method name --> deep object access in .net code.
Did I enter the deep object access in the image correctly?
Thanks for your help in advance.
Solved! Go to Solution.
14 Jun 2022 02:31 PM - edited 14 Jun 2022 02:36 PM
You don't have to specify a value in DeepObjectAccess in that case as .toString() is called automatically.
You can use DeepObjectAccess, if you want something other than toString() executed first. So e.g. if you have a user object and want to get the name of the user by executing getFirstname() you'd have to specify that.