Skip to main content
Question

Disable Condition Codes

  • February 11, 2024
  • 3 replies
  • 152 views

Forum|alt.badge.img+8

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

Forum|alt.badge.img+9
  • Hero (Employee)
  • 37 replies
  • February 12, 2024

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)


Forum|alt.badge.img+8
  • Author
  • Sidekick (Employee)
  • 31 replies
  • February 12, 2024

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


Forum|alt.badge.img+10
  • Hero (Partner)
  • 218 replies
  • March 14, 2024

@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.