Disable Coster Center and Company updating to match Assigned To on alm_hardware table

Alex Mikesell
Tera Contributor

We have a requirement where the business wants to disable the updating of Company and Cost Center for an asset and it's CI when the Assigned to field is updated. I've found the OOTB BR causing the update 'AssetAndCISynchronizer' but not seeing a clear way to omit those particular fields from updating nor does it seem likely to be intended to be edited. Is there a recommended best practice for this scenario? I've scripted another BR that can just revert the field value back on save to the previous value but looking for a "prettier" solution.

1 ACCEPTED SOLUTION

Could you just modify the client script 'Set Loc/CC/Dep/Com from assigned to' which is what changes the cost center value on change of the assigned to user? That way, it's an active decision for someone to change the cost center?

View solution in original post

5 REPLIES 5

Thank you so much!  That's a really simple solution that I also missed.  I needed to lock the company field down.  Much appreciated!