protected void Button1_Click(object sender, EventArgs e) { CustWS.CustomerPage_Service CustServices = new CustomerPage_Service(); CustServices.UseDefaultCredentials = true; CustServices.Url = "http://b2bxpprof247:7047/DynamicsNAV/WS/CRONUS_India_Ltd./Page/CustomerPage"; CustWS.CustomerPage CustRec = new CustomerPage(); List<CustomerPage_Filter> filterArray = new List<CustomerPage_Filter>(); CustomerPage_Filter CustFilter = new CustomerPage_Filter(); CustFilter.Field = CustomerPage_Fields.Name; CustFilter.Criteria = "@s*"; filterArray.Add(CustFilter); GridView1.DataSource = CustServices.ReadMultiple(filterArray.ToArray(), null, 100); GridView1.DataBind(); }
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
I'll work on this.
I have created one page with specified fields from customer table. By using this page am getting the same fields in my application but, still one unknown key it’s displaying.
How can I restrict this?
??? Can you be more specific?
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
The key is like : 300;EgAAAACJDAxEyAAAAAAAAAAAAAAAAA……….AAAAAAAAAA=4;49920
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
any suggestions?
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.