Quantcast
Channel: Dynamics User Group
Viewing all articles
Browse latest Browse all 15740

EP LookUps

$
0
0

Hi,

In lookup where to give condition or where write to write query

act i want to show a lookup from one table but it shows all the record,i want that some specific record should only show

means basing on some condition record should come,so for that where r how to write query

 Proxy.SysDataSetBuilder sysdatasetbuilder = Proxy.SysDataSetBuilder.constructLookupDataSet(this.AxSession.AxaptaAdapter, TableMetadata.TableNum(this.AxSession, "InventTable"));

lookup.LookupDataSet = new DataSet(this.AxSession, sysdatasetbuilder.toDataSet());

its shows all the record but i want give certain condition so how to write 

 

plz help


Viewing all articles
Browse latest Browse all 15740

Trending Articles