Search found 58 matches

Go to advanced search

by Michael Droll
Thu Mar 02, 2017 5:26 pm
Forum: Issues
Topic: Updating Apperyio plugins
Replies: 3
Views: 882
 
Jump to post

Updating Apperyio plugins

Is this still the answer to the question? the problem I have is that when I re-add the plugin it make duplicates of EVERYTHING! which means I have to delete the old pages, services, css, JS, custom components and the have to redo all the events and links to match the new pages names. This makes it v...
by Michael Droll
Wed Feb 15, 2017 4:44 pm
Forum: Issues
Topic: does anyone know how to use zapier or other email parsing service to send data to a collection?
Replies: 1
Views: 429
 
Jump to post

does anyone know how to use zapier or other email parsing service to send data to a collection?

I want to use Zapier to parse my Gmail and send the email contents to a collection, does anyone know of a way to do this? it doesn't have to be with zapier if you know of another solution that would just fine. basically trying to create a CRM logging emails in my app. here is the workflow that i am ...
by Michael Droll
Tue Mar 08, 2016 4:14 am
Forum: Issues
Topic: Combine queries from multiple Collections in list
Replies: 14
Views: 1903
 
Jump to post

Combine queries from multiple Collections in list

OK I have it all working as I hoped it would!!! here is the final JavaScript I had to run on the mapping of the response. code function successFunction(data) { if (data.length > 0) { console.log(data); var count = data.length; console.log('there are ' + count + ' PRO ...
by Michael Droll
Mon Mar 07, 2016 3:31 am
Forum: Issues
Topic: Combine queries from multiple Collections in list
Replies: 14
Views: 1903
 
Jump to post

Combine queries from multiple Collections in list

1) A: But the count is what I need. If I remove it then the service will return all of the comments for that property. Unless there is a way in JS to count the number of returned comments for each property. Is that what I need to do? 2) A: sorry but i don't understand what this is or how it works. 3...
by Michael Droll
Sun Mar 06, 2016 5:58 am
Forum: Issues
Topic: Combine queries from multiple Collections in list
Replies: 14
Views: 1903
 
Jump to post

Combine queries from multiple Collections in list

I shared the app with support if that will help. Steps to test: 1: login with user: test password: 123 2: after login the page that loads will have a list with dummy data i put in for you. will be 4 list items that are populated from the list service "GetProperties" from the "Properti...
by Michael Droll
Sun Mar 06, 2016 4:08 am
Forum: Issues
Topic: Combine queries from multiple Collections in list
Replies: 14
Views: 1903
 
Jump to post

Combine queries from multiple Collections in list

is this the "Body" you are asking about?
Image

by Michael Droll
Sun Mar 06, 2016 3:54 am
Forum: Issues
Topic: Combine queries from multiple Collections in list
Replies: 14
Views: 1903
 
Jump to post

Combine queries from multiple Collections in list

I'm not sure what the "Body" you are referring to, where would I find this? The "successFunction is being ran in the success mapping on my "GetProperties" list service. here is a pic of the mapping. https://d2r1vs3d9006ap.cloudfront.net/s3_images/1377212/Capture_inline.PNG?1...
by Michael Droll
Sat Mar 05, 2016 6:05 am
Forum: Issues
Topic: Combine queries from multiple Collections in list
Replies: 14
Views: 1903
 
Jump to post

Combine queries from multiple Collections in list

Ok so after playing with this some more I think I have managed to get the service to respond correctly for each list item. I used the following JS code. code function successFunction (data){ console.log(data); if (data.length >0) { $(element).closest("li").f...
by Michael Droll
Sat Mar 05, 2016 5:24 am
Forum: Issues
Topic: Combine queries from multiple Collections in list
Replies: 14
Views: 1903
 
Jump to post

Combine queries from multiple Collections in list

For this particular query code{"PropID":"56ba3cdce4b0c4161647839d","ProCon":"pro"} /code there are 6 records. here is a picture of the app running while testing. the "Pros:" should have the response next to it, not the "...." that is just t...
by Michael Droll
Fri Mar 04, 2016 3:19 pm
Forum: Issues
Topic: how to find partial matches with api express.
Replies: 5
Views: 739
 
Jump to post

how to find partial matches with api express.

I't been 2 days, any help?

Go to advanced search