Search found 10 matches

Go to advanced search

by Scott Covert
Mon Nov 25, 2013 12:51 pm
Forum: Issues
Topic: Mapping a Mixed Type JSON Response to Multiple List Item Components
Replies: 11
Views: 1933
 
Jump to post

Mapping a Mixed Type JSON Response to Multiple List Item Components

Hi Maryna, Thanks for the help but actually I was mapping to the mobile list item components, not the mobile lists, so I believe element.hide() was not the issue. Regardless, I was able to get this working without the mapping editor by using the data variable in the success callback function. Thanks...
by Scott Covert
Mon Nov 18, 2013 5:08 am
Forum: Issues
Topic: Mapping a Mixed Type JSON Response to Multiple List Item Components
Replies: 11
Views: 1933
 
Jump to post

Mapping a Mixed Type JSON Response to Multiple List Item Components

UPDATE: I never was able to get this working with the editor but created a mapping from the response manually with JS code and now it is working properly.

Thanks to the support team (especially Max) for their swift help in squashing this bug :-)

by Scott Covert
Sat Nov 16, 2013 5:22 am
Forum: Issues
Topic: Mapping a Mixed Type JSON Response to Multiple List Item Components
Replies: 11
Views: 1933
 
Jump to post

Mapping a Mixed Type JSON Response to Multiple List Item Components

Yes, and that part seems to be working. Were you able to look at the screen shots? I have to (at least as I understand it) send the data from the response to both lists, which typically would just make duplicates. However, I have JS on both lists to the effect of: if !type=a then element.hide() for ...
by Scott Covert
Sat Nov 16, 2013 4:39 am
Forum: Issues
Topic: Mapping a Mixed Type JSON Response to Multiple List Item Components
Replies: 11
Views: 1933
 
Jump to post

Mapping a Mixed Type JSON Response to Multiple List Item Components

Thanks Max, actually I get a single response but there is a field returned in the response named "type" This is the field I use to determine which list component should be populated by the rest of the response's data. So the single response returns the same fields regardless of type, but t...
by Scott Covert
Sat Nov 16, 2013 3:01 am
Forum: Issues
Topic: Mapping a Mixed Type JSON Response to Multiple List Item Components
Replies: 11
Views: 1933
 
Jump to post

Mapping a Mixed Type JSON Response to Multiple List Item Components

It is from the service's documentation-they shortened some of the array values to make it easier to read-I'll send you a true response shortly. The only problem is the service sometimes only returns one type, but I will try to send a sample with a mixed response.

by Scott Covert
Sat Nov 16, 2013 1:04 am
Forum: Issues
Topic: Mapping a Mixed Type JSON Response to Multiple List Item Components
Replies: 11
Views: 1933
 
Jump to post

Mapping a Mixed Type JSON Response to Multiple List Item Components

Thanks Max, just sent a note to your a href="mailto:max@exadel.com" rel="nofollow"max@exadel.com/a email address with the screenshots and sample JSON.

by Scott Covert
Sat Nov 16, 2013 12:27 am
Forum: Issues
Topic: Mapping a Mixed Type JSON Response to Multiple List Item Components
Replies: 11
Views: 1933
 
Jump to post

Mapping a Mixed Type JSON Response to Multiple List Item Components

My REST service returns a mixed type JSON response. I am trying to iterate over the response with two list item components stacked on top of each other. I've mapped the JSON data to both and then added some JS into each list item on the component side to hide the element if the data type is for the ...
by Scott Covert
Fri Nov 15, 2013 7:38 pm
Forum: Issues
Topic: Mandatory parameter appery-proxy-url is missing
Replies: 33
Views: 9868
 
Jump to post

Mandatory parameter appery-proxy-url is missing

Makes sense, thanks!

by Scott Covert
Fri Nov 15, 2013 7:18 pm
Forum: Issues
Topic: Mandatory parameter appery-proxy-url is missing
Replies: 33
Views: 9868
 
Jump to post

Mandatory parameter appery-proxy-url is missing

Step #4 worked for me Maryna, thanks for the help.

Two questions:

  1. Is there a site where we can see the updates that Appery.io has scheduled?
  2. In the future should we always close our editors when we're idle to avoid this issue?
by Scott Covert
Fri Nov 15, 2013 5:45 pm
Forum: Issues
Topic: Mandatory parameter appery-proxy-url is missing
Replies: 33
Views: 9868
 
Jump to post

Mandatory parameter appery-proxy-url is missing

I'm seeing this as well-all my older services run fine in the app but the one I created this morning only works from the test tab within the service itself and fails during run time.

Go to advanced search