---
sourceDocument: Australia IT Service Management
sourceDocumentLink: https://www.servicenow.com/docs/r/it-service-management

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia IT Service Management

ft:clusterId :

    - itsm

bundleId :

    - itsm

workflow :

    - Technology


---

# Create a client state parameter for Work scheduler

# Create a client state parameter for Work scheduler {#ariaid-title1}

* Release version: Australia
* 
* Updated March 12, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Add custom client state parameter values to add properties to the card
components.

## Before you begin

Role required: workspace_admin or ui_builder_admin​

## Procedure

1. Select the Client state icon (![Client state icon]()).
2. In the Client state parameters section, click +Add.
3. Create the client state parameter.  
   1. In the Name field, enter cardProps.
   2. From the Type menu, select JSON.
   3. In the Initial value field, select Edit.
   4. In the Initial value pop-up screen, enter the following code:

          {
              "tagline": {},
              "heading": {},
              "dropdowns": [],
              "content": [],
              "assignedTo": null,
              "aria": {}
            }

   5. Select Apply.

   {#work-sched-create-client-state-params__ol_zph_chm_ltb}

   Here's a demo on how to create client state parameters.

## What to do next

[Create page scripts for Work
scheduler](https://www.servicenow.com/docs/9lg14MTfVBkf9HMsRyPWPg "Add custom page scripts for the Work scheduler so that you can update the client state through events or update transform workItem object to properties.")
**Previous topic:** [Create a Work scheduler card using the Next Experience UI Builder](https://www.servicenow.com/docs/hWvT7FnsmkcK9nzJHGmGyw "Create a work scheduler card and add the components that you want to display based on your needs in the Work Scheduler application in manager workspace.")  
**Next topic:** [Create page scripts for Work scheduler](https://www.servicenow.com/docs/9lg14MTfVBkf9HMsRyPWPg "Add custom page scripts for the Work scheduler so that you can update the client state through events or update transform workItem object to properties.")  
**Related topics**   

* [Create and bind a client state parameter to a component](https://www.servicenow.com/docs/access?context=state-parameters&version=australia&pubname=australia-application-development&ft:locale=en-US)

