Ownership group field is getting empty in the list view of knowledge article
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2025 03:39 AM
We have enabled 'Ownership group' field in the knowledge article to trigger approvals through flow designer.
For the use case, setting ownership group field when the 'configuration item(ci owner group value)' field changes using client scripts and script include.
Ownership group field value is visible on the form but not on the list view. we tried setting it through business rule(after insert,update) but the approvals are not triggering.
Client script: (on change of configuration item field)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2025 03:56 AM
if you want this functionality to work on list view then you should use before update business rule
that's the only option
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2025 09:16 PM
Tried with before business rule still not setting the value.
current.ownership_group = current.cmdb_ci.support_group;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2025 10:54 PM
it should work.
Are you sure BR is configured correctly and triggering?
share BR configuration screenshots.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2025 02:21 AM
We tried with before and after business rules and it is not setting correctly.
Screenshot of After BR:
We also tried with script include but it is not working for new records.
Script include: