Hang on to your hats because this will be fun. Scenario: Individual Action work units (WFWORKUNIT) are created via ProcessFlow trigger on PA52.x, both Portal/LID and MSS. Requirement: Now here is the fun part! Again I am only talking about work units that are created from PA52.x. I have been tasked with building an online form that allows the user to review the WFWORKUNIT but, here’s the fun part, I have to be able to apply HR Security to the work unit. Meaning I have to look at what employee the WFWORKUNIT is created for and run that thru the 700-HR-EMP-SECURITY API to confirm that the user has access to the WFWORKUNIT employee.
CREATE
(
SELECT
,
FROM
WHERE
AND
)