As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
androidsvtech
Ex: KCSQuery* query1 = [KCSQuery queryOnField: FirstField withExactMatchForValue: Sometext1];
KCSQuery* query2 = [KCSQuery queryOnField: SecondField withExactMatchForValue: Sometext2];
I want How to combine these two queries.