Stop 'Part Lot Attributes' Popup

Anyone know how to prevent the “Part Lot Attribute Entry” screen from popping up?
I have the checkbox marked in the company config to defer it, but it still pops up when I enter a new lot in shipment entry.

I don’t know if there’s a system-level setting for it, but I worked around it.
I set a Pre-Processing directive on CustShip.UpdateMaster and set the variable “doLotValidation” equal to false.
Good enough?
¯\_(ツ)_/¯

You have to uncheck all the boxes in Company Configuration. We do not have any checked and it does not ask for it.

Vinay Kamboj

That’s how it started for us–all were unchecked. Same thing happeed regardless of those checkboxes during my testing.

What about the actual part. Same check boxes exist on the part also.

Vinay Kamboj

I tried that too; didn’t seem to change anything.
The more I read into those fields, the more it seems like it defers the fields marked as “Tracked”, not necessarily preventing the entire popup.

Yes these fields are basically to defer the entry to the stage in the checkbox. So you have to decide the point at which you want to enter them.

Vinay Kamboj

Alternatively just try with the only manual entry checkbox checked, leaving others unchecked. The field help says the following:

Manual Entry

Select this check box if you don’t need to receive prompts regarding specifying lot attributes when you enter a lot.

Vinay Kamboj