Re: WebService get distinct categories back

2010-08-07 Thread Sam Rx
Tim, I had encountered similar issue and I created a Database view using Distinct Clause in the SQL for the DB view, created a view form based on the DB View and finally a Webservice on the view form. Getlist operation on the view form is going to you unique records. hope this helps...

Re: WebService get distinct categories back

2010-08-07 Thread Chintan Shah
: Re: WebService get distinct categories back To: arslist@ARSLIST.ORG Date: Saturday, August 7, 2010, 10:27 AM ** Tim,        I had encountered similar issue and I created a Database view using Distinct Clause in the SQL for the DB view, created a view form based on the DB View and finally

WebService get distinct categories back

2010-08-06 Thread Tim Rondeau
Trying to create a webservice that gives back all categories, but I need to get the distinct list for example. We have: Account Account Account Build Build Build I only want back Account Build Then will look up Sub-Category and then Action 7.1 Patch 7 Windows Thanks Tim