My goal is to get the LineKey after saving an order line item. Getting the SalesOrderNo is easy because I just used nGetNextSalesOrderNo before creating the SalesOrderHeader. Then as each detail item is added I need to return the LineKey of that item. I was trying something like this but the method does not exist: LineKey = oDetailItem.GetProperty("nLineKey")
↧