I am working on a DMT to add Quote Detail lines. I have part descriptions added to all lines in the LineDec field. For whatever reason when I run the DMT some of the lines fails with: QuoteNum:855589, QuoteLine: 4 Table:QuoteDtl: Msg: Description is required.
The part is not in the part master but from what I can see that should not be an issue as I have other parts that are similar that loads just fine.
The error is probably misleading as you are including the LineDesc column. There is a CheckPartDescription column too that for those lines perhaps set to FALSE. Maybe even the KitFlagDescription set to P (Parent part)
My next step would be to see what happens in the screen if you supply just the data for that one line. Usually the error messages the screen gives you are more detailed. I’ve had to do this for a few loads in the past, to identify the ‘edge cases’ and change how those are loaded.
(I get a big Part update every so often and there seems to be something new with each one)
I can manually enter the line with part and description without an issue that is what is so frustrating. I am sure it is a silly thing in the end I am just not seeing it right now.