Prevent particular field from getting updated from flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2023 07:16 PM
Hi all,
I've a requirement to populate planned start/end date on the child form .These two field will be same as entered manually in parent. For this I've created a business rule(after insert on child table). For first few second it is taking the right value(that means what we are putting in parent) but after that due to the flow designer(where some calculation is done)the field is getting modified. I want that my business rule runs when we enter planned start/end date manually in parent form and post that the flow designer is not able to update that field. Also keeping in mind if two fields are 'not entered'/empty, then the flow designer will do its calculation and update the fields.
Is there any way I can prevent other scripts/flows to update the field once my business rule runs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2023 08:23 PM
in flow check if both the fields are empty then only do the calculation and set the value.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2023 08:42 AM
Hi Ankur @Ankur Bawiskar
Any reference script that will help. I have the same situation and would like to have a snippet of the script that will help me in achieving this. Thanks in Advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2023 09:06 PM
Can you post a new question for this and tag me there?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2023 09:08 PM
Hi @Shankar Manohar , please tag me too