Solved
how to get object's creator in DataUtility?
I am trying to get objects creator in data utility. How to get Creator of Action item in DataUtilty which extends ActionItemDataUtility.
I am trying to get objects creator in data utility. How to get Creator of Action item in DataUtilty which extends ActionItemDataUtility.
Hi
In the dataUtility there is method getDataValue with three variables
![]()
The second variable Object var2 is your object that is part of the row
You need to retype this object to your object type where you can use object.getCreator()
example
WTPrincipalReference principa = wtp.getCreator();
PetrH
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.