RE: [development-axapta] CustInvoiceTrans.lineNum versus SalesLine.lineNum

2004-11-16 Thread Palle Mølgaard
I believe InventTransId in SalesLine and CustInvoiceTrans should be used to find the related line. Regards Palle Mølgaard Systemate A/S From: Danny Gaethofs [mailto:[EMAIL PROTECTED] Sent: 16. november 2004 14:47 To: [EMAIL PROTECTED] Subject:

RE : [development-axapta] CustInvoiceTrans.lineNum versus SalesLine.lineNum

2004-11-16 Thread Steeve Gilbert
The best way to retrieve the good SalesLine from a CustInvoiceTrans is to use InventTransId field. InventTransId is unique (per company) in SalesLine. select salesLine where salesLine.InventTransId == custInvoiceTrans.InventTransId; Steeve... -Message d'origine- De : Danny