I have a list collector in my catalog, I have selected table as incident so it will show all the inc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2024 12:24 AM
I have a list collector in my catalog, I have selected table as incident so it will show all the incident record numbers , I have selected a default value and I want to make it read only how can I achieve this ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2024 12:28 AM
Hi @kiran kumar m1 you can put the default value and make that field readonly using UI Policy.
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2024 03:19 AM
I have done it through UI policy , its coming up like that .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2024 12:32 AM
Hi @kiran kumar m1 ,
To set a default value for a List Collector field in a ServiceNow catalog item form, you'll need to define the default value within the catalog item record. Here's how you can do it:
Navigate to Catalog Item Configuration:
- Go to Service Catalog > Catalog Definitions.
- Open the catalog item for which you want to set the default value for the List Collector field.
Set Default Value:
- In the catalog item form, find the List Collector field.
- Configure the default value by either selecting a specific value from the available options or entering a default value manually.
- Save the catalog item record.
Test the Default Value:
- Test the catalog item by requesting it as an end-user to ensure that the List Collector field is pre-populated with the default value when the catalog item form loads.
Thanks
Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2024 02:47 AM
its working, but I am getting this kind of view after keeping it on read only
but I want it to be in read only and also i can able to add few more records to it like this
is this possible ?