"Modified by" condition in Query Builder
Dear,
Can I make a condition in the query builder to bring me only documents modified by a particular person?

There is no Colunm "Modifiedy By".
Thank You.
Felipe.
Dear,
Can I make a condition in the query builder to bring me only documents modified by a particular person?

There is no Colunm "Modifiedy By".
Thank You.
Felipe.
Hi Felipe,
Here is an article that shows an example on wtpart doing a similar function.
https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS176778
Notice it is important to select from wtdoc, the wtdocmaster, and wtuser.
join doc with masterReference to docmaster
join doc with modifier to user
Then you will be able to add the condition desired.
Thank you,
Jarrett
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.