Workday configuration for workers latest performance review report
Retrieve the workers latest performance review information by creating the workers latest performance review report.
Before you begin
Role required: User with access to report creation and the Workers by Organization data source.
- Create all calculated fields for this report before developing the report, so that while creating report all fields are available.
- While creating the report, ensure that the report name, report field names or column heading override for the respective field (if given in report document) is same as it is in report document.
Report field label should be same as in report doc. Else, the developed action will fail.
- While creating filter, ensure that you add parenthesis on filter.
- All reports must be owned by the ISU user which will be used for accessing these actions on the ServiceNow platform.
- In the Advanced section, Enable as webservice option should be selected.
Create all calculated fields so that these fields can be used while developing report.
- Calculated field 1:
- Create True False condition type calculated field named CF_review_period.
- Create Extract Multi-instance type calculated field named CF_latest_review.
- Create True False condition type calculated field named CF_review_period.
- Calculated field 2: Create Aggregate Related Instances type calculated field named CF_Competencies.
- Calculated field 3: Create Aggregate Related Instances type calculated field named CF Content Evaluation - Accomplishments.
- Calculated field 4: Create Aggregate Related Instances type calculated field named CF_Content Evaluation - Areas for Development.
- Calculated field 5: Create Aggregate Related Instances type calculated field named CF_Content Evaluation - Career Interests.
- Calculated field 6: Create Aggregate Related Instances type calculated field named CF_Content Evaluation - Goals.
- Calculated field 7: Create Aggregate Related Instances type calculated field named CF_Content Evaluation - Responsibilities.
- Calculated field 8: Create Extract Multi-instance type calculated field named CF_latest_review.
- Calculated field 9: Create True False condition type calculated field named CF_evaluated by manager.