---
sourceDocument: Australia Employee Service Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/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


---

# Modify schedule adherence and conformance formulas by using extension points

# Modify schedule adherence and conformance formulas by using extension points {#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

Configure and tweak the schedule adherence and conformance formulas using scripted
extension points to customize them for your organization.

## Antes de Iniciar

Role required: sn_hr_wfo.admin

## Por Que e Quando Desempenhar Esta Tarefa

Use the `sn_shift_planning.ScheduleAdherenceExtPt` extension point and
create an implementation to configure the formulas. You can create multiple
implementations. However, the implementation with the lowest order number is
executed.

## Procedimento

1. Navigate to AllSystem Extension PointsScripted Extension Points.
2. Search for <kbd class="ph userinput">sn_shift_planning.ScheduleAdherenceExtPt</kbd>.
3. On the form banner, click the link here to edit the record.
4. To create your extension point script, click Create Implementation in the related links.
5. Modify the formulas for calculating the schedule adherence and conformance in the `getAdherencePercentage` and `getConformancePercentage` methods.  
6. Click Update.

## Resultado

The schedule adherence and conformance calculations are based on the formulas in the implementation.

