Vaibhav Katkade
Posts: 0
Joined: Sat Aug 16, 2014 6:22 am

Update Columns in Services

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??

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Update Columns in Services

Hi Vaibhav,

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

Vaibhav Katkade
Posts: 0
Joined: Sat Aug 16, 2014 6:22 am

Update Columns in Services

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

Michael Droll
Posts: 0
Joined: Wed Mar 04, 2015 5:05 am

Update Columns in Services

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.

Return to “Issues”