Workday configuration for termination event report
- UpdatedDec 8, 2025
- 5 minutes to read
- Zurich
- Now Platform Capabilities
Retrieve the Termination event data based on time duration by creating the termination event report.
Before you begin
Role required: User with access to report creation and the Business Process Transactions 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 Aggregate Related Instances type calculated field named CF_Comment_By_Employee_ID.

- Create Aggregate Related Instances type calculated field named CF_Comment_by_worker and use CF_Comment_By_Employee_ID in source field.

- Create Aggregate Related Instances type calculated field named CF_Comment_By_Employee_ID.
- Calculated field 2:
- Create LookUp Related Value type calculated field named CF_Termination reason.

- Create LookUp Related Value type calculated field named CF_primary term reason and use above mentioned calculated field as Lookup field.

- Create LookUp Related Value type calculated field named CF_Termination reason.
- Calculated field 3: Create LookUp Related Value type calculated field named CF_Position.

- Calculated field 4: Create Aggregate Related Instances type calculated field named CF_Position.

- Calculated field 5: Create Substring text type calculated field named CF_resignation_primary_term_reason.

Procedure














