Search found 55 matches

Go to advanced search

by Lee Kraus
Tue Apr 28, 2015 7:01 pm
Forum: Issues
Topic: REST 505 Error
Replies: 3
Views: 522
 
Jump to post

REST 505 Error

Hey is the error, we are making the request from Salesforce.


Image

Thank you.

by Lee Kraus
Tue Apr 28, 2015 6:26 pm
Forum: Issues
Topic: REST 505 Error
Replies: 3
Views: 522
 
Jump to post

REST 505 Error

Here is some additional information. We are sending request from salesforce and we are getting this error.

Image

by Lee Kraus
Mon Apr 27, 2015 6:33 pm
Forum: Issues
Topic: REST 505 Error
Replies: 3
Views: 522
 
Jump to post

REST 505 Error

when i am trying to query locations from appery.io from salesforce using this http request i am getting this error:

HTTP Version Not Supported, StatusCode=505

https://api.appery.io/rest/1/db/colle..." : "553de5b9e4b01887fd86e41c"}

Can you help?

by Lee Kraus
Wed Apr 08, 2015 3:38 pm
Forum: Issues
Topic: Trouble using local storage variable in Salesforce Integration soql query
Replies: 23
Views: 2611
 
Jump to post

Trouble using local storage variable in Salesforce Integration soql query

Sure. When you create a Salesforce service integration in appery.io to query or update an object in Salesforce, you cannot (to my knowledge) set additional request or response parameters to the service, you have to write this JS statement to set the parameters (as documented above). It won't add a W...
by Lee Kraus
Wed Apr 08, 2015 3:11 pm
Forum: Issues
Topic: Trouble using local storage variable in Salesforce Integration soql query
Replies: 23
Views: 2611
 
Jump to post

Trouble using local storage variable in Salesforce Integration soql query

That is why you need to make users aware when using your Salesforce integration. It is limited.

by Lee Kraus
Tue Mar 31, 2015 1:02 pm
Forum: Issues
Topic: Trouble using local storage variable in Salesforce Integration soql query
Replies: 23
Views: 2611
 
Jump to post

Trouble using local storage variable in Salesforce Integration soql query

Sure. I was able to pass the entire string via JS. What I wanted to do, was to add a Parameter to the Appery.io database service that is built into Appery.io. I am not a programmer and I made the assumption that your custom integration service would return a WHERE statement within the service. howev...
by Lee Kraus
Mon Mar 30, 2015 10:14 am
Forum: Issues
Topic: Trouble using local storage variable in Salesforce Integration soql query
Replies: 23
Views: 2611
 
Jump to post

Trouble using local storage variable in Salesforce Integration soql query

I found a solution yesterday. The problem is that you cannot add a parameter to the SOQL statement within Appery.io. It is formatted incorrectly. You have to pass the entire query. I would recommend you at least provide feedback to a developer on this situation.

by Lee Kraus
Sat Mar 28, 2015 3:05 pm
Forum: Issues
Topic: Trouble using local storage variable in Salesforce Integration soql query
Replies: 23
Views: 2611
 
Jump to post

Trouble using local storage variable in Salesforce Integration soql query

It seems to be returning a : after the WHERE statement. That is not right???

by Lee Kraus
Sat Mar 28, 2015 2:24 pm
Forum: Issues
Topic: Trouble using local storage variable in Salesforce Integration soql query
Replies: 23
Views: 2611
 
Jump to post

Trouble using local storage variable in Salesforce Integration soql query

I added the " before PIN and I am still getting all of the records, instead of the filter query.

codereturn "PIN__c = '"+value+"'&quot /code

Still need help, something isn't right.

Go to advanced search