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

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Employee Service Management

ft:clusterId :

    - emplsm

bundleId :

    - emplsm

workflow :

    - Employee


---

# Customize data display in Kiosks

# Customize data display in Kiosks {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

Create implementations to customize the display of data in the Schedule and Time off tabs based on your location or any other criterion according to your organizational
requirement.

## Antes de Iniciar

Role required: admin

## Procedimento

1. Navigate to AllSystem Extension PointsScripted Extension Points.  
   The names of the two API methods for the Schedule tab and the Time off tab are:
   * sn_ex_sp_pro_kiosk.RetrieveEXKioskEmpSchedule
   * sn_ex_sp_pro_kiosk.EXKioskEmployeeTimeOffBalance
   {#create-implementation-kiosk__ul_brm_fnd_z1c}
2. From the Extension Points list, select any of the API methods mentioned in step 1.
3. In the sn_ex_sp_pro_kiosk.RetrieveEXKioskEmpSchedule method page, select Create implementation from the Related Links section.
4. In the Script Include page, add the unique location sys_id in the `this.LOCATIONS` array in Script.  
   * For more information on location tracking, see [Enabling and selecting location tracking options](https://www.servicenow.com/docs/access?context=location-tracking-enable&version=australia&pubname=australia-mobile&ft:locale=en-US).
   * For more information on script include customizations, see [Script includes and customization](https://www.servicenow.com/docs/access?context=customize-script-includes-itsm&version=australia&pubname=australia-it-service-management&ft:locale=en-US).

   {#create-implementation-kiosk__ul_zlk_gvd_z1c}
   1. The location sys_id enables a `fixed_match`. The `fixed_match` enables you to show location-based data to your users.
   2. If `fixed_match` isn't available, then the data available is for a `global_match`. The data remains the same regardless of location.
   3. If it's a `no_match`, there isn't a Schedule or Time off tab visible.
   {#create-implementation-kiosk__ol_nd5_xqd_z1c}

## Resultado

You can view data on the Schedule and Time off tabs based on your location or any other user criterion you've set.

