---
sourceDocument: Australia Employee Service Management
sourceDocumentLink: https://www.servicenow.com/docs/r/de-DE/employee-service-management

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Employee Service Management

ft:clusterId :

    - emplsm

bundleId :

    - emplsm

workflow :

    - Employee


---

# Approvals experience reference

# Approvals experience reference {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 4 Minuten Lesedauer

Use the following reference information for better approval experience.

## Default task configurations {#approval-hub-ootb__id_vr1_lct_h5b}

Use the following default task configurations available for approvals.

* Request with sysapproval as reference column and sc_request as reference table.
* Requested item with sysapproval as reference column and sc_req_item as reference table.

{#approval-hub-ootb__ul_lxh_qxz_vtb}You can customize the task configurations to suit your requirements. The data model is an extension to the Employee Center To-do configuration as a related list. Follow the instructions [Enable task configuration for approvals](https://www.servicenow.com/docs/pu4yIPHFFcgYIYXeu3Y2Uw "Provide the approvers with more in-context information about the approval requests for informed and prioritized approval workflows.") about configuring the approval experience. For more information on how to configure approvals, see [Approvals hub](https://www.servicenow.com/docs/zjH9pD9HLvZQN~DqE0gyFA "Enable the approver with the in-context information for informed and prioritized approval decisions.").  
Hinweis:  
A user must have the approval_user or business_stakeholder role to approve IT requests (not applicable to other requests such as HR approvals) on Employee Centre. Role validation has not been implemented in Core UI16 because modifying ACLs in UI16 might have broader implications at the NowPlatform level.

## Unable to see Approval todos {#approval-hub-ootb__section_qbz_bfr_xxb}

Ensure you have the approver_user or business_stakeholder roles to see the approval todos for the sc_request or sc_req_item items. In the _getClosureFunction() method of Script Include todoPageUtils:

    if (tableName == 'sysapproval_approver') { 
     if (!(gs.getUser().hasRole('approver_user') || gs.getUser().hasRole('business_stakeholder'))) { 
      var queryString = "sysapproval.sys_class_name!=sc_request^sysapproval.sys_class_name!=sc_req_item^NQsysapprovalISEMPTY"; 
      grTask.addEncodedQuery(queryString); 
     } 
    } 

## Fallback to parent table configuration {#approval-hub-ootb__section_zzy_fs3_dvb}

When the child table does not have task configuration, fallback is one level above its hierarchy and picks the task configuration of the parent table. When the task parent is not available, fallback is to the default
configuration.

## SAP Concur reference info {#approval-hub-ootb__section_qs3_j3x_pxb}

Use the following information for SAP Concur integration.

* All Concur actions are present in SAP Concur Spoke (sn_sap_concur_spok) plugin.
* Scheduled job Pull concur reports (sysauto_script) is triggered daily. This scheduled job internally calls the Concur Integration record from the Integration Source table (sn_hr_integr_fw_source) of the ESM framework.
* Schedule job runs and updates the record in the Concur Sync Details table (sn_ex_cnc_concur_sync_details) with latest timestamp.
* Concur reports from ServiceNow are synced in the Concur Expense Report Staging table (sn_ex_cnc_concur_report_staging).
* Reports from the Staging table are transformed in the Concur Expense Report table (sn_ex_cnc_concur_report) by the ESM framework. Use the transformation map Concur Report Transform Map in the Table Transform Map table (sys_transform_map).
* Approval record is created in the Pulled Integration To-do table (sn_hr_integr_fw_todo_inbound) based on the Approver field in the Concur Expense Report table.
{#approval-hub-ootb__ul_xzj_r3x_pxb}

## Workday reference info {#approval-hub-ootb__section_yhb_yp3_1yb}

Use the following information for Workday integration.

* Workday uses RAAS reports to send data to external system. For more information on RAAS and field-level info about leaves, timesheets, compensation, job change, job requisition, or leave of absence, see [Workday HR Spoke](https://www.servicenow.com/docs/access?context=workday-hr-spoke&version=australia&pubname=australia-integrate-applications&ft:locale=en-US).
* Only the open requests are displayed on the approvers My tasks page.
* Approval and rejection actions are performed using an Integration System User (ISU). ISU is a virtual user (and not an actual user) which helps in the safe-keeping of approver credentials. With the use of ISU, approval and rejection records protect the sensitive data according to your configuration in Workday. For example,
  * When John Doe, the approver enters time sheet approved as comment, the comment shown as `John Doe(john.doe@acme.com): Time sheet approved`.
  * When John Doe performs the action <kbd class="ph userinput">Approve</kbd>, a comment is added in Workday as `John Doe (john.doe@acme.com): Action -- Approve`.
  * When John Doe performs the action <kbd class="ph userinput">Reject</kbd>, a comment is added in Workday as `John Doe john.doe@acme.com): Action -- Reject`.
  * When John Doe performs the action <kbd class="ph userinput">Reject with a comment-Request is not in compliance with company policy</kbd>, two comments are added `John Doe (john.doe@acme.com): Action--Reject` `John Doe(john.doe@acme.com): Request is not in compliance with company policy`.
  {#approval-hub-ootb__ul_xwg_t35_fyb}
* Approve or reject actions are shipped out-of-the-box for all use cases.
* When an approval is delegated from one approver to another in Workday; report data source is not able to handle the delegation change such as delegated task and other delegation details.
* When a request requires a multi-level approval with level 1 approved in Workday and ServiceNow, you may see two entries for the same approval. This is a limitation with the ISU use.
* Attachments support a max limit of 12 MB. Ensure the attachment size is below 12 MB.
* Use the following scripts:
  * WorkdayApprovalToDosClientUtilSNC: Retrieves records for the purge process in Workday approvals.
  * WorkdayApprovalToDosHelperSNC: Contains constants related to Workday approvals.
  * WorkdayApprovalToDosClientUtil: Extends WorkdayApprovalToDosClientUtilSNC and allows users to define custom code.
  * WorkdayApprovalToDosHelperUtils: Extends WorkdayApprovalToDosHelperUtilsSNC and enables users to define custom code.
  * WorkdayApprovalToDosHelperUtilsSNC: Provides functions for Workday approvals.
  {#approval-hub-ootb__ul_md5_cpv_fyb}
* Ensure you configure the right user controls and privileges for Compensation Change and Spend Authorization use cases. Only the authorized users can view the sensitive records and data from Workday.
* For data protection, use the default purge policy to delete data more often. By default, data purge happens after in 30 days.
* Ensure only the HR administrator \[sn_hr_core.admin\] has access to the sensitive information as explained in [Remove HR Administrator role from IT System Administrators](https://www.servicenow.com/docs/oHRzd6AF0mOMPNhBM2tRNA "After system configuration, remove the HR Administrator role (sn_hr_core.admin) from IT System Administrator role (admin) to prevent IT System Administrators from viewing sensitive HR information.").

{#approval-hub-ootb__ul_ln3_443_1yb}For more information on how to configure approvals, see [Approvals hub](https://www.servicenow.com/docs/zjH9pD9HLvZQN~DqE0gyFA "Enable the approver with the in-context information for informed and prioritized approval decisions.").

## Approvals on mobile {#approval-hub-ootb__section_xlb_wnv_dzb}

Only approvals that are in sysapproval_approver table are shown using the generic card in Now Mobile.

To disable the feature change the value of
this sys_property: sn_me_todos.all_approvals_mobile_enabled to false​.

## OOTB action group use {#approval-hub-ootb__section_mln_qb1_f1c}

Use the out-of-the-box Approvals action group to display the actions such as Approve and Reject. For more information, see [Action framework](https://www.servicenow.com/docs/V2iRieloUPtxESF3wZhWHw "The action framework includes some frequently used action items for quick access. You can use several default actions and create custom actions.").  
Hinweis:  
For actions to appear in my items widget, you can add the OOTB Approvals action group from AllEmployee CenterAdministrationTo-dos Configurations, click an existing to-dos configuration, navigate to the To-do Configuration Details record, and use the OOTB action group under Fields Mapping.

## Additional information {#approval-hub-ootb__section_rcq_nt3_dvb}

* Click the URLs for additional information and context.
* Allow BUs to add non-task tables easily to the list in the To-dos or Task configuration reference tables by passing non-task tables as an array in the Scripted Extension Points. sn_hr_sp.TodoNonTaskTables, and sn_ex_sp.RefNonTaskTables.
{#approval-hub-ootb__ul_d21_pt3_dvb}
**Zugehörige Konzepte**   

* [Employee Center widgets](https://www.servicenow.com/docs/c6GLTyftB0XnCyiZ3~NQOg "You can use base system widgets as-is in the portal or clone them to suit your own business needs.")
* [Employee Profile form](https://www.servicenow.com/docs/A~7yVezAmJQqBBy6G12LLA "An option in the Employee Profile configuration that provides a list of employee profile fields.")
* [Enhanced Requests Experience forms](https://www.servicenow.com/docs/_QVS6f8PA3jIY01x8jfHfg "The forms provide information to set up the Enhanced Requests Experience.")  
**Zugehörige Verweise**   

* [Activity Configuration form](https://www.servicenow.com/docs/Tj3YGeYxLjOUtsKNYClsJw "Use the Activity Configuration form to do a basic configuration or an advanced configuration for an activity.")
* [Activity Configuration Detail form](https://www.servicenow.com/docs/G_vW6P1Kia4XaoOJyg~xjA "Use the Activity Configuration Detail form to specify which records you want to retrieve from a table when certain conditions are met for a basic activity configuration.")
* [Connected Content form](https://www.servicenow.com/docs/E4YXyLwSOuIXny50AxijwQ "Use the connected content form to associate content to the topics in your taxonomy.")
* [Default Employee Profile Header Configuration record](https://www.servicenow.com/docs/06~yYcX_ZIuxbwrMFGY4tw "The default Employee Profile header configuration record contains the following field values.")
* [Employee Profile Header Configuration form](https://www.servicenow.com/docs/nrZfzBZLPYVUld7S~8X_iA "Use the Employee Profile Header Configuration form to create a header for a profile.")
* [Employee Profile portal configuration form](https://www.servicenow.com/docs/2tgOOq6G5MNXCWxC61madQ "Use the Employee Profile Portal Configuration form to configure the profile for a service portal.")
* [Employee Profile upgrade scenarios](https://www.servicenow.com/docs/6O77gOPs05N9KOVbR9bs9Q "After upgrading Employee Profile to version 11.0.3, the profile pages on all portals are updated based on the following scenarios.")
* [External Link form](https://www.servicenow.com/docs/q7GjqS~7mTf3s~SznTawhg "Use the External Link form to create an external link.")
* [Featured Content form](https://www.servicenow.com/docs/Tl47NNsiB~bc2kzvmrkhjQ "Use the featured content form to mark the associated connected content as featured content for a topic.")
* [Footer form](https://www.servicenow.com/docs/UkwdpZqkPfzzmLoagcQMEQ "Use the Footer form to create a new footer that you want to appear in the Employee Center or Employee Center Pro.")
* [Footer Menus form](https://www.servicenow.com/docs/GUbgS6IYi14fYVGkL2Ro9Q "Use the Footer Menus form to create a new footer menu that you want to appear on your Employee Center or Employee Center Pro.")
* [Guided Self-Service reference](https://www.servicenow.com/docs/WkXDnmZYguGNorYJPrB3MQ "Use the following reference information for the Guided Self-Service functionality.")
* [Menu Item form](https://www.servicenow.com/docs/TF6suKyn0KyqVtONi8zs_Q "Use the Menu Items form to configure the items for the More menu on the Employee Center header.")
* [Overview section form](https://www.servicenow.com/docs/7tGzPOpmjX1hXAko_6IbrQ "The overview section form enables you to configure a section on the Employee Profile UI.")
* [Portal notification configuration form](https://www.servicenow.com/docs/b~OlWj0T8Ajvk~TXAXY8Wg "The portal notification configurations form enables you to create a unified notification system for your preferred portal.")
* [Portal notification content form](https://www.servicenow.com/docs/FSnn9hCF3XNMi3r0h2CA3w "The field descriptions provided here are required to configure your portal notification messages.")
* [Trigger conditions form](https://www.servicenow.com/docs/_kkylwCTYeowLGQS54sLlA "The field descriptions provided here are essential to create the trigger conditions for your portal notification messages.")
* [Quick Link form](https://www.servicenow.com/docs/pFlfE4fPhsXaOH9ZBC_ifQ "Use the Quick Link form to create a new quick link and specify the content type for the quick link.")
* [Tab widget mapping form](https://www.servicenow.com/docs/FZUyiNnv5rAbWhvzpd7jSw "You can use the tab widget mapping form to display widgets on a tab and control their visibility.")
* [Taxonomy form](https://www.servicenow.com/docs/26nHpkUGW~8vX_Dygpi0jg "Use the taxonomy form to create your own taxonomy for the Employee Center portal.")
* [Topic form](https://www.servicenow.com/docs/S4AlfluQzZC0XiBPqTWyRw "Use the topic form to create topics for the new or cloned taxonomy.")
* [User Criteria form](https://www.servicenow.com/docs/rSSlduN0DMt~IR65vGZfEA "Add a user criteria record to decide which users, roles, and groups can access a quick link.")
* [User Criteria output](https://www.servicenow.com/docs/sAwoqoI9iQBUgUoAd_xTqQ "User Criteria output based on Available For and Not Available For values.")
* [Schedule appointment form](https://www.servicenow.com/docs/SB_2tL10j0jvIQoz0ESoTg "Use the Schedule appointment form to select a reason and provide contact information for your appointment.")
* [Location Consent form](https://www.servicenow.com/docs/LvOA3r74GoZnYMd93ifqDw "The location consent form helps you configure the communication channels for appointment bookings.")
* [Website configuration form](https://www.servicenow.com/docs/1dkTbbmAY9n7WlNN~BacTw "The field descriptions provide a point of reference when you're configuring the Browser Extension for Employee Center for a website.")

