Page 1 of 1

Refresh Query service definition after change in db table

Posted: Thu Nov 13, 2014 12:46 pm
by Takis

Hi

I a have a DB table
I create a query service
I import it to a page, use it and all works fine.

Later I add a column to that table or I change the definition of a column.
Do I have to delete the service, recreate and re-import to the page?

Is there a way to "refresh" the service so it takes all the recent changes?

Thanks.


Refresh Query service definition after change in db table

Posted: Thu Nov 13, 2014 3:52 pm
by Evgene Karachevtsev

Hello Panagiotis ,

You can make refresh. On the Test tab of the service please make a test request, and when response is received - click Import as Response. But you'll have to redo the mapping of all pages.
It is better to manually alter the structure of response (add/remove fields) on the Response tab of the service settings.


Refresh Query service definition after change in db table

Posted: Fri Nov 14, 2014 12:27 pm
by Takis

I will try, thanks!