I’m trying to use DMT to update existing bins, specifically the MaxFill and PctFillable columns. I have it set to update only. Every single record throws an error on import telling me either Warehouse is a key column and cannot be changed or Bin is a key column and cannot be changed. Is there something obvious I’m missing? I’m not trying to update the warehouse or the bin, as they are part of the Key.
Do you have any BPMs or anything in place here?
It’s probably something more with the template than what I just asked, but just throwing some stuff out there.
DMT is case sensitive so I would check the case of the Warehouse and Bin and make sure it matches the database.
4 Likes
Case sensitivity was the issue. And we live in the age of aI.
1 Like
aND ePICOR is case-insensitive. Until it isn’t.
2 Likes