I am trying to create SalesOrder via api and inserting them into SQL database . Tables I am using : SOHeader and SOLine
Column to insert into both object : SlsperID I am able to link line wih SLsperId but not with Soheader. I tried to create it manually and then cloned that row in SQL but still its not linking with Sales order. Maybe there is another table which holds relationship between Salesperson and SOheader