supriya hirurkar
Posts: 0
Joined: Fri Aug 30, 2013 8:57 pm

"Mandatory parameter 'Appery-Rest is missing "

Thanks Illya. Eagerly waiting for the response.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

"Mandatory parameter 'Appery-Rest is missing "

Hello! Please check this doc http://docs.appery.io/tutorials/sales... (item #4) - you have empty field.

supriya hirurkar
Posts: 0
Joined: Fri Aug 30, 2013 8:57 pm

"Mandatory parameter 'Appery-Rest is missing "

span class="translate"emThis reply was created from a merged topic originally titled
Mandatory parameter appery-rest is missing./em/span

I am getting 'Mandatory parameter appery-rest is missing' . The app was working fine till yesterday. Please help.

supriya hirurkar
Posts: 0
Joined: Fri Aug 30, 2013 8:57 pm

"Mandatory parameter 'Appery-Rest is missing "

Hello Maryna, if you are talking about access token and url, those fields should be empty as they will be changing. Whenever i have to test the REST response, then only, I put values in those fields in Salesforce_Settings.

supriya hirurkar
Posts: 0
Joined: Fri Aug 30, 2013 8:57 pm

"Mandatory parameter 'Appery-Rest is missing "

Hello Maryna, This does not resolve my problem.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

"Mandatory parameter 'Appery-Rest is missing "

Hello! Could you clarify your app name?

supriya hirurkar
Posts: 0
Joined: Fri Aug 30, 2013 8:57 pm

"Mandatory parameter 'Appery-Rest is missing "

Hello Maryna, the app name is IMS demo and I am not able to perform pagination.
On one of the page load events, instead of calling the service directly , I am calling a JS function which in turn calls the actual service which mentions how many records I want on the page etc.

supriya hirurkar
Posts: 0
Joined: Fri Aug 30, 2013 8:57 pm

"Mandatory parameter 'Appery-Rest is missing "

My code snippet for pagination:
var Salesforce = {
page:0,
limit:5,
getTickets:function(){
var options = {};
options.data = {"q":"SELECT Id,CaseNumber,Subject FROM Case"+this.limit+"OFFSET"+this.limit*this.page};
viewTickets.execute(options);
}
}

and on page load, instead of calling viewTickets directly, I call getTickets.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

"Mandatory parameter 'Appery-Rest is missing "

Hello! Sorry, we can't find IMS demo shared app. Please ensure it's shared with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a

Return to “Issues”