Skip to main content
Solved

Updating work orders attached to a parent

  • March 8, 2022
  • 2 replies
  • 85 views

Forum|alt.badge.img+10

When the status of a parent work order is changed there is a prompt to change the status of all the child work orders. Is it possible to update other data on the parent work order that could then be applied to the child work orders as well?

 

For example, if you enter an Actual Finish Date on the parent work order, is there a way for that date to be populated on the child work orders?

Best answer by Lee Pinchbeck

Hi @hmccabe,

You should be able to do this with a Business Rule. Triggered on the relevant field on the parent changing and then outputting the change to any WO with the original WO as it’s parent.

Kind regards,

Lee Pinchbeck

This topic has been closed for replies.

2 replies

Lee Pinchbeck
Ultimate Hero
Forum|alt.badge.img+24
  • Ultimate Hero
  • Answer
  • March 10, 2022

Hi @hmccabe,

You should be able to do this with a Business Rule. Triggered on the relevant field on the parent changing and then outputting the change to any WO with the original WO as it’s parent.

Kind regards,

Lee Pinchbeck


Forum|alt.badge.img+10
  • Author
  • Sidekick (Customer)
  • March 17, 2022

thank you