How to configure Time card approval rule based on assignment DFF and Department DFF
Summary:
We have a requirement to configure Timecard approval rule based on DFF attributes.
We are using timecard header approval as we don't want to use the entry level approval
Below are our criteria that requires approval
- Person type is Contingent worker or
- Assignment DFF attribute1 is Y or
- Department DFF attribute1 is Y (Per_organization_unit_DFF)
For CWK - We able to figure out the attributes: and its working:
"GetRequestorInformationByUserNameResponse.result.userPersonType Is Contingent Worker"
But we could not find any attribute for the other criteria related to DFF
How can we accomplish this? Or kindly suggest any alternate solutions.