• Luk
  • NEWBIE
  • 48 Points
  • Member since 2011

  • Chatter
    Feed
  • 2
    Best Answers
  • 2
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 7
    Replies
We have been using OAuth 1.0 to authorize our app on Google App Engine for the last 4 years,
From last week this process stopped wotking (with summer 16 release).

I wonder if anyone has encounter this issue?

More technically, when we start the process, we can see that we get a request token and token secret, although when we invoke the authorization URL we get a GACK screen from SalesForce.com

Any help will be highly appreciated (we also work with SalesForce support on this issue...)
  • June 22, 2016
  • Like
  • 2

Hi,

 

I read  SOSL  documentation & examples, although I can't seem to read the results I get from "Find" query.

 

When I run the following code, I can see in the debug that it found 21 results.

 

List<List<SObject>> searchList = [Find 'Ja*' RETURNING candidate__c];

 

 

When I try to read them I get an empty "Candidate__c" list:

 

if(searchList != null){
     Candidate__c []cands = (List<Candidate__c>)searchList[0];

     for(Candidate__c c : cands){
System.debug('Found Id '+c.Id);

     }

}

 

If I try to use SOQL - select, I can see the results. 

 

Should I set special flags in-order to use SOSL?

 

Appreciate any help!

Uri

 

 

 

 

 

 

  • January 06, 2012
  • Like
  • 0

I have recently uploaded a new Beta version. 
When I am trying to install the product using the installation link 
the process reaches up to the second step and then I get an "Install Failed" error, and the following message 

"Your requested install failed. Please try this again. 

None of the data or setup information in yoursalesforce.com organization should have been affected by this error. 

If this error persists, contact salesforce.comSupport through your normal channels and reference number: 786836172-4609 (-387707325)"

 

 

Is there a place when I can view the installation error log ? 

 

I filed a customer support case: #05105381.

 

 

 

 

  • April 03, 2011
  • Like
  • 0
We have been using OAuth 1.0 to authorize our app on Google App Engine for the last 4 years,
From last week this process stopped wotking (with summer 16 release).

I wonder if anyone has encounter this issue?

More technically, when we start the process, we can see that we get a request token and token secret, although when we invoke the authorization URL we get a GACK screen from SalesForce.com

Any help will be highly appreciated (we also work with SalesForce support on this issue...)
  • June 22, 2016
  • Like
  • 2

Hi,

 

I read  SOSL  documentation & examples, although I can't seem to read the results I get from "Find" query.

 

When I run the following code, I can see in the debug that it found 21 results.

 

List<List<SObject>> searchList = [Find 'Ja*' RETURNING candidate__c];

 

 

When I try to read them I get an empty "Candidate__c" list:

 

if(searchList != null){
     Candidate__c []cands = (List<Candidate__c>)searchList[0];

     for(Candidate__c c : cands){
System.debug('Found Id '+c.Id);

     }

}

 

If I try to use SOQL - select, I can see the results. 

 

Should I set special flags in-order to use SOSL?

 

Appreciate any help!

Uri

 

 

 

 

 

 

  • January 06, 2012
  • Like
  • 0

I have recently uploaded a new Beta version. 
When I am trying to install the product using the installation link 
the process reaches up to the second step and then I get an "Install Failed" error, and the following message 

"Your requested install failed. Please try this again. 

None of the data or setup information in yoursalesforce.com organization should have been affected by this error. 

If this error persists, contact salesforce.comSupport through your normal channels and reference number: 786836172-4609 (-387707325)"

 

 

Is there a place when I can view the installation error log ? 

 

I filed a customer support case: #05105381.

 

 

 

 

  • April 03, 2011
  • Like
  • 0

Hi,

 

If you have to take an interview of any salesforce position, what all question could you ask ?

 

Salesforce Developer - Skills -Apex , Force.com API , AppExchange, S-Control .

 

 

Please feel free to ask any questions ?

 

Thanks

Message Edited by ronir on 02-04-2009 11:51 AM
Message Edited by ronir on 02-04-2009 11:55 AM
  • February 04, 2009
  • Like
  • 0