- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I have a custom created table u_cmdb_ci_api_partner which is a child of cmdb_ci table . And a 'u_partner_name' field referencing core_company table . Also there is before insert & update BR to populate partner app name from partner name field .
BR
To check the Br when i tried to edit partner name from list it is not saving and showing as empty. when go to the certain record and explictly save a value it is hsown on the record form and value(partner app name ) is getting populated. Still in the list view partner name is empty .
| Form | shows value |
| Save | looks saved |
| List view | empty |
| List edit | clears value |
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
The issue was fixed , it was due to a simple error , same field label , but one was dot walked field from another table , And the wrong one was in the default list view 🙂.
Thank you for your help @Ankur Bawiskar @Tanushree Maiti .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Ankur Bawiskar ,
i am trying this in native view . And in BR logs sys id getting correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
any other logic is clearing that field when you are setting from list?
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
1) No ACL List edit on cmdb_ci
2) Display value of refrenced table is true (core_company.name). (it is working in test&dev even without any of the fields setting as display true)
3) No client scripts blocking.
Is there anything left to check in this case?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
did you check if that record has extra update for clearing the field?
did you enable debug business rules and see from list which all BRs are running?
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
The issue was fixed , it was due to a simple error , same field label , but one was dot walked field from another table , And the wrong one was in the default list view 🙂.
Thank you for your help @Ankur Bawiskar @Tanushree Maiti .
