

Programming Guide › Transforming Data › Create a Transformation › Add the Filter Step to Identify Expired Role Memberships
Add the Filter Step to Identify Expired Role Memberships
To ensure that managers do not certify invalid role memberships, filter out users with expired role memberships based on the end date.
Follow these steps:
- Under Flow, select the Filter Rows step and drag it to the Transformation screen.
- Right click on the step and select Edit step.
- Set the destinations steps as follows:
- Send 'true' data to step: Text file output
- Send 'false' data to step: Dummy (do nothing)
- Create the following condition in the condition box:
End Date < LastValidDate
AND
End Date IS NOT NULL
This condition identifies if the End Date is before the LastValidDate, meaning that the link has expired.
- Click Ok.
Copyright © 2013 CA.
All rights reserved.
 
|
|