For various reasons, I need to get direct access to the Dynamics tables in SQL Server. According to the database definitions, the primary key to ARDoc is (CustId, DocType, RefNbr, BatNbr, BatSeq). But if I want to join to ARTran, the DocType and BatSeq values are not on the ARTran table.
I know these tables are related. What is the correct way to join them?
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.