Change DMT value using Data Directive

Hello,

I created a data directive for QuoteDtl table to change the revision number from the quote lines depending on certain validations. The problem is that the value is not changing once the line is created, for example in the csv file a part has a revision A.WMC but I need to change it to A. Both revisions exist and are approved for the part.

Any suggestion that you have? I tried changing the value in the ttQuoteDtl table and also in the physical table but it didn’t work.

Are you saying your BPM selects the correct Rev when you enter quote line/parts manually
but will fail if you use the DMT to load those quote line/parts?

That’s correct @bordway, if I create the line manually the code works, but when the line is created using DMT the revision from CSV is set instead of changing.

I wonder what would happen if you left the revision blank in your CSV when you ran the DMT?