the method readmultiple

sbilly
Member Posts: 231
Hi all ;
I am working with webservice,
I want to ask if I can create a filter with two criteria based on two fields for the method readmultiple.
thanks
I am working with webservice,
I want to ask if I can create a filter with two criteria based on two fields for the method readmultiple.
thanks
0
Comments
-
Here is an example which includes ItemNo and VariantCode filters:
ItemVariant itemVariant = new ItemVariant();
ItemVariant_Binding itemVariantBind = new ItemVariant_Binding();
NAVConn.PrepVrntBinding(ref itemVariantBind);
List<ItemVariant_Filter> filterArray = new List<ItemVariant_Filter>();
ItemVariant_Filter itemFilter = new ItemVariant_Filter();
ItemVariant_Filter variantFilter = new ItemVariant_Filter();
itemFilter.Field = ItemVariant_Fields.Item_No;
itemFilter.Criteria = itemNo;
filterArray.Add(itemFilter);
if (variantCode != null)
{
variantFilter.Field = ItemVariant_Fields.Code;
variantFilter.Criteria = variantCode;
filterArray.Add(variantFilter);
}
return itemVariantBind.ReadMultiple(filterArray.ToArray(), null, 0);Ufuk Asci
Pargesoft0 -
Thaaaaaaaaaaaaaaaaaaaaaanks very much0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions