最新消息:ww12345678 的部落格重装上线,希望大家继续支持。

VendPackingSlipTrans and VendInoiceTrans 表关系/Relation between VendPackingSlipTrans and VendInoiceTRans D365 Finance and Operation

网络文摘 alirazazaidi 565浏览 0评论
One of my young colleuge needs a query so he can get packingslip line agains vend inoice trans. He was developing some report for procurement and sourcing. I found my documentation about something similar almost 9 years ago.
But a lot of things change from Ax 2012 to d365 Finance and operations. Now if you required something similar following query will work. VendInvoicePackingSlipQuantityMatch vendInvoicePackingSlipQuantityMatch;         VendPackingSlipTrans vendPackingSlipTrans;         select firstonly vendPackingSlipTrans             exists join vendInvoicePackingSlipQuantityMatch                 where vendInvoicePackingSlipQuantityMatch.InvoiceSourceDocumentLIne == VendPackingSlipTrans.SourceDocumentLine &&                       vendPackingSlipTrans.SourceDocumentLine == vendInvoicePackingSlipQuantityMatch.PackingSlipSourceDocumentLine;
发表我的评论
取消评论

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址