Question

Disable Condition Codes

  • 11 February 2024
  • 3 replies
  • 55 views

Userlevel 1
Badge +4

Hi All,

Wondering if there are any idea how a customer could disable Condition Codes for Parts?

I found that if I cycle count the on-hand balance to zero, I was then able to turn off “Lot Control”, but it still will not let me turn off “Condition Code” on the Inventory Part.

 

Note: I also ran the “Clean-Up of Inventory” job, because I thought that was the problem, but that did not help. 

 

Any thoughts?

 

Thank you,

Alex


3 replies

Userlevel 4
Badge +9

Hi @Alex_Mee 

Unfortunately, it is not possible to disable condition codes once they are activated for an inventory part. (Other way around is possible - activating a condition code for an inventory part which was previously created; given that no on hand qty is available anywhere)

Userlevel 1
Badge +4

Is the only way to fix this by conducting a “Data fix”?

Userlevel 4
Badge +9

@Alex_Mee For me it looks like that you can run a migration job resetting the condition code for your part in LOT_BATCH_MASTER_TAB 

 

 


Then via  datafix you could do an update of the part_catalog 

 

UPDATE ifsapp.part_catalog_tab SET condition_code_usage= 'NOT_ALLOW_COND_CODE' WHERE part_no = 'MF-M-CRO-S1';

 

Ofcourse no guarantees but if it is for some test environment it could help.

Reply