Page 2 of 2

Update Columns in Services

Posted: Sun Aug 24, 2014 5:10 pm
by Vaibhav Katkade

I have a similar situation.

In my case I already had all the columns in place, however one of the column (say X) was completely empty and hence not part of the service response.

Now I populated the column, and I get 2 responses for every row : one without the X and one with the X.

Even in this case, I need to re-create my service??


Update Columns in Services

Posted: Sun Aug 24, 2014 8:19 pm
by Kateryna Grynko

Hi Vaibhav,

No, this should work. Just add the following code for X mapping:preif (!value){
return "";
}/pre


Update Columns in Services

Posted: Mon Aug 25, 2014 3:32 pm
by Vaibhav Katkade

My bad - I was looking at the wrong rows for update!!
Updates show up correctly even without the javascript.
Thanks for the help anyway!


Update Columns in Services

Posted: Wed Mar 04, 2015 5:05 am
by Michael Droll

Ok i have tries deleting the service and making a new one, and pressing f5 and Ctrl+f5. My new Columns still don't show up. I'm trying to add a Column to the "user" collection for email. It's in the collection but does not show up in mapping for the service.

Thank you for the help.