Forum Post: RE: Starting Rest Manager

  • Thread starter Thread starter whenshaw
  • Start date Start date
Status
Not open for further replies.
W

whenshaw

Guest
This seems to be the response to addCatalog. If that's the last request/response you see, it looks like the request for the data is not being made. I would try 2 things at this point, to determine whether the app even gets to the point of requesting data : 1. Your app is designed to invoke Customer Read in response to Value Change of srcCustomer. Add an error handler for customerRead on the data tab for that screen -- just have it put up an alert box saying there was an error (there is other info you could add later if it turns out that there is an error). 2. also add a "run JavaScript" handler for Value Change of srcCustomer, and have it execute before the customerRead, just to confirm that that event is being generated.

Continue reading...
 
Status
Not open for further replies.
Back
Top