How to check what is updating the field value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2024 05:40 AM
Hello friends,
I am working on an attribute. When we change value of a field "life_cycle" the value of another field "assigned_to" is getting cleared.
The table has 100+ business rules and 7 flows configured on it.
How to identify what is updating the values ?
Please suggest.
It can reduce a lot of efforts for me.
Thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2024 05:53 AM
1) Check the dictionary of assigned to if it is dependent on another field
2) Check in business rule that script contains 'assigned_to';
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2024 05:56 AM
Hi @Asmita7 ,
The trick here is narrowing down on what is causing the field to clear the value and see what condition and behaviour is making it change. based on this you can figure out which one is responsible.
Eg: 1
When we change value of a field "life_cycle" the value of another field "assigned_to" is getting cleared.
Here it happens of update of 'life_cycle field', so go to business rule search in script as *assigned_to
see if there is any advance BR doing the assinged to empty.
Similary check for UI action, Client Script etc..
There is no short cut which can tell you what has updated the field. i wish there was a tool...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....