Hello Team,
I am trying to create a Report that will remove a designated group WF Attachments permissions after a workflow is initiated.
I am using WR's and Trigger as well and I beleive they are correct.
Here is my LR code and it is not working:
SELECT b.dataid "WF Attachment"
FROM wdata a, dtree b
WHERE a.data_subworkid=%1
AND a.data_subtype=1
AND a.data_userdata=b.parentid
AND b.subtype=2
Thank you, Dennis Anich