- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2025 04:08 AM - edited 03-07-2025 04:10 AM
Here, the quantity is showing 192 on list view:
Here, the quantity is showing 1 on the form view:
Could you please let me know why this is happening?
Thank you in advance.
Solved! Go to Solution.
- Labels:
-
Orchestration (ITOM)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2025 10:31 PM
- The UI Policy "Quantity readonly until model and category qualify the asset and are not bundle" is the cause of this behaviour.
Refer this KB
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1638632
Mark it helpful and Accept Solution!! If this helps you to understand.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2025 04:36 AM
Hi mihirlimje867
I Hope you are doing well!
Once Checked Aggregation in List View.
Check if the Quantity field in the list view is using an aggregation function like SUM(), COUNT(), or a related function.
If aggregation is applied, the list view might be summing up quantities across multiple related records, whereas the form view is showing only the individual record's value.
If Not Try This once
Open the list layout configuration.
Check if an aggregate function (like SUM) is applied.
If needed, change it to display the actual field value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2025 05:44 AM
Hello @SyedMahemoH ,
Yes, I have used the aggregate COUNT function in the OnAfter transform map script.
But first, I stored the count value in a newly created variable, and then I updated the target.quantity field.
I want to list view quantity value on the form view as well.
Thank you for your response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2025 10:31 PM
- The UI Policy "Quantity readonly until model and category qualify the asset and are not bundle" is the cause of this behaviour.
Refer this KB
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1638632
Mark it helpful and Accept Solution!! If this helps you to understand.