Hi ALL,
I have a process which take a file and create a PO with 4000 PO lines.
First 500 line is ok, after that things starts slow down. I am now at 1398 and it takes 7 seconds to finish the insert of PO Line.
I am using MOrderLine with MAttributeSetInstance as well as MAttributeInstance.
I suspect, it's slow because of I am using this.getTrxName().
Anyway to turn off the transaction even I am still using MOrderLine.saveex()???
Share with me if you think there is other way to speed up the coding.
Thanks.