Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 175888

RE: Partial Settlement code

$
0
0

You did not mentioned about vendor settlement or customer settlement but you can look for tables vendsettlement and Custsettlement .

Here is example to get vendor settlement record from vendTrans.

select firstonly VendSettlement

                where VendSettlement.AccountNum == VendTrans.AccountNum

                   && VendSettlement.TransRecId == VendTrans.RecId

               && VendSettlement.TransCompany == VendTrans.DataAreaId;


Viewing all articles
Browse latest Browse all 175888

Latest Images

Trending Articles



Latest Images