Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Need Work Flow help

cpinedatx94
Tera Expert

When i change a field (date) on a work task record, how can i make a work flow to also change a field in a work order record match that same change? 

 

Thanks.

 

1 ACCEPTED SOLUTION

@cpinedatx94 You can create an onUpdate business rule on work order task which will set the date and time field on the parent work order.

View solution in original post

6 REPLIES 6

Hi @cpinedatx94 

 

Do it via Flow Designer

 

Look Up each Record

WOTask Date =changes

 

Do for Each Record

Set the W O date.

 

or 

 

The best one

 

https://www.servicenow.com/community/developer-forum/set-priority-of-incident-task-to-parent-inciden...

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

@cpinedatx94 You can create an onUpdate business rule on work order task which will set the date and time field on the parent work order.