---
sourceDocument: Australia ServiceNow AI Platform user interface
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-user-interface

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform user interface

ft:clusterId :

    - platux

bundleId :

    - platux

workflow :

    - Platform


---

# Resize a modal

# Resize a modal {#ariaid-title1}

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

Use declarative actions to resize a modal in your workspace.

## Vorbereitungen

Role required: admin

## Warum und wann dieser Vorgang ausgeführt wird

If resizing isn't required for all record page modals, use declarative actions to resize individual modals.

Declarative actions take higher precedence than system properties.

## Prozedur

1. Navigate to AllDeclarative ActionsRelated List Actions.
2. From the Action Assignments list, select a related list action.  
   An Action Assignment record opens.
3. From UX Add-on Event Mappings related list, select the event mapping for opening a modal.  
   A UX Add-on Event Mapping record opens.
4. In the Target Payload Mapping field, enter the following snippet under `"container": {`.  

                                       "resizableConfig": { 
        "enableResizable": true 
       }, 

5. Specify the modal's default size by appending the following snippet.  

       "customSize": { 
                   "height": "590px", 
                   "width": "1500px" 
               }, 
        
       "size": { 
                   "type": "JSON_LITERAL", 
                   "value": "custom" 
       }

6. Select Update.
{#set-up-resizing-for-select-modals-in-configurable-workspace__steps_dj4_dbg_k3c}

