Maximo Open Forum

 View Only

 Modify Work Details - Mass Update

Jump to  Best Answer
  • Scheduling
Simon Barnes's profile image
Simon Barnes posted 07-25-2025 15:51

We would like to use the Mass Update feature in Modify Work Details in GS or GWW but to use a custom field.

Is it correct to assume that the there would be no underlying code to do this and the only means would be to add to the java code in Scheduler?

Has anyone done this?

Simon Barnes's profile image
Simon Barnes  Best Answer

I have found my own answer to this!

All you need to do is as follows:

The additional attribute that you want to mass update on workorder object - add this to the object SKDWOMODIFYDETAIL - you can use same as (or the same as if that attribute already has a same as). Also create an addition YORN attribute with the same name and appended with YORN. You'll see similar attributes on the object.

Add both fields to the Modify Work Details dialog in Graphical Scheduler / Work Week.

And it works!!