Does anyone know if there is there a way to force DMT to not drop leading spaces on the Supplier Part?
I’m trying to update records in the Supplier Price List, but about 400 records of the supplier part number start with a space, which when loaded into DMT (prior to processing the records) gets removed. This results in the error message “Supplier Part is a key column and cannot be changed” and the records are not updated. I have tried using an .xlsx and .csv format, with and without adding a leading apostrophe to signify it is text. None of those made any difference.
I’d prefer to not have to update each one of these records manually. Epicor Support was of no help on this topic.
I’ve always been too lazy to ask this question myself.
My story is that we had a bin created with a leading space. Not by me, I will say.
To cut to the chase*, there are times I do an “inventory transfer” (within same site) and I need to reference a bin (the bin ID) with a leading space and DMT ignores it and I have to do those transfers manually. And I get angry. And that’s my solution.
So, I’d also like to know if there is a way.
*OK, here’s the long version. I cleared out this bin and made it inactive. But it was still alphabetically the first bin in the warehouse. So lots of transactions went through it for a time - even after it was inactive, I am pretty sure. Before this, my first bin was called “0-DEFAULT” but in the arms race that was created, I now have a " 0-DEFAULT" bin (with a leading space). And there are times that I need to clean it out, but DMT wants to use the original 0-DEFAULT (no space). Such a pain.
Can you use a double-quote around strings in the CSV to force preserve the leading space, or will DMT trim it regardless?
example, " ABCDE" If hard to see, there’s a double-quote, space, ABCDE
Can you use a double-quote around strings in the CSV to force preserve the leading space, or will DMT trim it regardless?
example, " ABCDE" If hard to see, there’s a double-quote, space, ABCDE
Hmm, I thought I had tried that, and just did to make sure. Unfortunately, this doesn’t work either. Get the error that it cannot find that supplier part number.
Agreed. And that’s why while I discuss if there’s a mass solution with you all, I’m manually going through and recreating these without the leading space.
Before you paste the data into the DMT excel file make the Column a Text column for the supplier part number. I think thats how we have done it in the past.
Almost thought this was it, but it was finding entries where someone had already entered them without the space. Tried it out with one that only had a supplier part number with a space and it cannot then find the supplier part without the leading space.
And are you sure its a regular old space char (ASCII 32d or 0x20)? And not a special space like ASCII 160 (0xA0 - the non-breaking space)
Using the UI, can you select the supplier part number by typing it in (with the leading space)?
I often copy “text” to the clipboard and then use a freeware Clipboard viewer. I had to do this just this morning to findout what character is used to separate the text lines in a Changelog record. It is ASCII 30 (0x1E - the Record Separator control code)