How can we update Item / Job Planning Lines when the description of an item has changed?

It appears that when we make changes to an item’s description, the change is not updated in the Planning Lines of Items or Jobs. We also can’t find a “Where Used” feature that we could at least find where these items are and change them manually. Is there a way to automatically change the description.

Hi,

Try to write a custom code to change item description automatically if any changes made in item description, in Item table Description field on validate trigger you can write the code.

Thank You