Maximo Open Forum

 View Only

 Automatically populate Inspection Date

Jump to Best Answer
  • Administration
  • Architecture
  • Customizations
Rob Radcliff's profile image
Rob Radcliff posted 05-18-2022 16:30
Hi All,

We're working on a customization that on the surface sounds easy. We'd like the Date Inspected (Asset.EQ6) on an asset to be automatically populated when a WO that is written against an asset is completed. It's not working and we're not sure why.

We've tried:
  • Using a crossover domain to populate it with no success - this would be pulled from the work order Actual Finish date (WorkOrder.ActFinish). The domain wouldn't allow us to attach to a date/time field.
  • Using an action with an escalation - same result. The escalation runs, but doesn't populate the field. We're not seeing any type of error, just nothing.

Any suggestions?

Thanks.

Rob
Phil Runion's profile image
Phil Runion Best Answer
Rob

I would try an attribute launch point on WORKORDER.ACTFINISH on the run action event. This will fire any time the work order actual finish is update. This approach will also allow you to loop though MULTIASSETLOCCI, if you would like, and update all of the assets associated to the work order in question. 

Phil
Rob Radcliff's profile image
Rob Radcliff
Phil,

Thanks! That worked.

Rob