I am loading in my orders, lines and releases using the salesOrderCombined Template.
Everything works, but the order lines for closed orders import as open.
I have OrderDtl#OpenLine and OrderDtl#LineStatus both correct.
I thought maybe it had to do with OrderRel#OpenRelease, but I get a String Was Not Recognized as a Valid Boolean.
Anyone successfully load closed lines using the combined template?
I don’t think you are going to be able to add the lines and close them at the same time. There is too much processing going on behind the scenes. I did this with a second run to close. You might be able to send in a UD field and then trigger a post processing bpm, but that is way more complicated than a second DMT run.