[Axapta-Knowledge-Village] Re: How to change and get a criteria value in RunBaseBatch

2007-09-13 Thread chuiringo
Hi, The following coding to show that if the table field vendPackingSlipTrans.qty is equal to VendPackingSlipTras.ESG_AllocateQty that the recode will not displayed in the form. But I want to amend it. qbRange = this.query().dataSourceTable(_tid).addRange(fieldnum (vendPackingSlipTrans,

[Axapta-Knowledge-Village] Re: How to change and get a criteria value in RunBaseBatch

2007-09-07 Thread Steeve Gilbert
How do you set a criteria on a table method? --- In Axapta-Knowledge-Village@yahoogroups.com, chuiringo [EMAIL PROTECTED] wrote: Thank you for your reply.. One more question in (1). If the query field(virtual field) is get from the table method. How to do it. Thanks --- In

[Axapta-Knowledge-Village] Re: How to change and get a criteria value in RunBaseBatch

2007-09-02 Thread chuiringo
Thank you for your reply.. One more question in (1). If the query field(virtual field) is get from the table method. How to do it. Thanks --- In Axapta-Knowledge-Village@yahoogroups.com, Steeve Gilbert [EMAIL PROTECTED] wrote: Hi, 1. You can get range value with this if you set range on

[Axapta-Knowledge-Village] Re: How to change and get a criteria value in RunBaseBatch

2007-04-27 Thread Steeve Gilbert
Hi, 1. You can get range value with this if you set range on InventTable.ItemId : element.query().dataSourceTable(tableNum(InventTable)).rangeField (fieldNum(InventTable, ItemId)) 2. I don't think that is possible. But if it is, I don't know how. regards, Steeve... --- In