web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

Linking PurchLine and SalesLine

(0) ShareShare
ReportReport
Posted on by 81

I am working on a Mod, where I need to capture addition information on a SalesLine at time of order. I am writing out this data to a table. The table will have a reference to the SalesLine. When the PO is created, I am updating this table with a reference to the PurchLine.

Is it safe to link these 2 tables using SalesLine.INVENTTRANSID to PurchLine.INVENTREFTRANSID?

Or is it safer to use RecIds to link these tables?

SELECT  sl.SALESID,  
		sl.INVENTREFID, 
		sl.INVENTTRANSID, 
		sl.INVENTREFTRANSID, 
		p.INVENTREFID, 
		p.PURCHID, 
		p.INVENTREFTRANSID, 
		p.INVENTTRANSID FROM SALESLINE sl
	INNER JOIN PURCHLINE p ON p.INVENTREFTRANSID = sl.INVENTTRANSID
WHERE sl.INVENTTRANSID = 'LOT000386'

I have the same question (0)
  • Suggested answer
    nunomaia Profile Picture
    18 Moderator on at
    RE: Linking PurchLine and SalesLine -D365 F&O

    Yes, those table are linked by those fields.

    relationship is only valid if  Item Reference in PO is Sales  

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Sohaib Cheema Profile Picture

Sohaib Cheema 745 User Group Leader

#2
Martin Dráb Profile Picture

Martin Dráb 597 Most Valuable Professional

#3
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 580 Super User 2025 Season 2

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans