Workflow Custom Assigment Block - Custom Query
Requestee's manager validation
select u.userkey from users u where lower(u.username) in (select owner from users where username in (select lower(raa.ATTRIBUTE_VALUE) from request_access_attrs raa , ars_requests ar, request_access ra WHERE ar.REQUESTKEY = ra.REQUESTKEY and ra.REQUEST_ACCESSKEY = raa.REQUEST_ACCESS_KEY and ar.REQUESTKEY=${ARSREQUEST.id} and raa.ATTRIBUTE_NAME='owner'))
Comments
Post a Comment