Axapta 在select中的销售。因为我刚做prodtable.inventrefid==salesline.salesid时它不起作用,所以我想问题是salesid都是ZS,而在refid ZPR..@RadosławMierzejewski中,在尝试创建sele

Axapta 在select中的销售。因为我刚做prodtable.inventrefid==salesline.salesid时它不起作用,所以我想问题是salesid都是ZS,而在refid ZPR..@RadosławMierzejewski中,在尝试创建sele,axapta,microsoft-dynamics,x++,dynamics-ax7,Axapta,Microsoft Dynamics,X++,Dynamics Ax7,在select中的销售。因为我刚做prodtable.inventrefid==salesline.salesid时它不起作用,所以我想问题是salesid都是ZS,而在refid ZPR..@RadosławMierzejewski中,在尝试创建select语句时查看表关系是很有帮助的。请参阅\Data Dictionary\Tables\ProdTable\Relationships\SalesOrder,了解我如何知道在select中需要这些。很高兴我能帮忙! salesline tabl


在select中的销售。因为我刚做prodtable.inventrefid==salesline.salesid时它不起作用,所以我想问题是salesid都是ZS,而在refid ZPR..@RadosławMierzejewski中,在尝试创建select语句时查看表关系是很有帮助的。请参阅\Data Dictionary\Tables\ProdTable\Relationships\SalesOrder,了解我如何知道在select中需要这些。很高兴我能帮忙!
salesline tablebuffer = this.cursor();  
while select ProdId, CollectRefProdId from prodtable where prodtable.inventrefid == 'ZPR00000165'