Bob, SELECT A.USERID,A.CMPANYID,A.SECURITYROLEID,B.SECURITYTASKID FROM SY10500 A INNER JOIN SY10600 B ON A.SECURITYROLEID=B.SECURITYROLEID INNER JOIN SY10700 C ON C.SECURITYTASKID=B.SECURITYTASKID WHERE C.SECRESTYPE=600 AND --POSTING PERMS C.DICTID=0 AND --DYNAMICS GP C.SECURITYID=203 --General Entry Take care to understand what else besides the unwanted permissions that the task grants. Tim
↧