• Lata
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 3
    Replies

Hi  Folks,

I am using Magic Mover Notes And Attachments tool for converting all the attachments and notes in sandbox org. Before that I have tested in my developer org ,in which it works for all the objects. But in sandbox org  the option for 'all object' in the drop down list is not available and also only all stanard objects are listed in the drop down list.
FYI: https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000EHAmyUAH
Has anybody has faced the same issue? Any help would be appreciated.

Regards,

Lata

  • July 03, 2018
  • Like
  • 0

Hi Folks,

I have created a quick action and added it in two case page layouts. It is displaying on Feed section in classic for each records for each layouts , but in Lightning experience it is not visible for only one pagelayout. Also I found that only Post and Pull actions are  vailable for that case layout, and other actions are not available.

Any idea ???

  • June 29, 2018
  • Like
  • 0
Hi All,

I wanted to get user info detail by using the salesforce OAuth  Apex Callout . I have the access token in my previous step.  Now I am setting the end point url with oauth_token parameter as below:
HttpRequest request = new HttpRequest();
 request.setMethod('GET');
 request.setTimeout(60000);
 String endpoint = 'https://login.salesforce.com/services/oauth2/userinfo?oauth_token='+accessToken;
 request.setEndpoint(endpoint);
 HttpResponse response = new Http().send(request);

I am getting the response  body as :Missing_OAuth_Token "System.HttpResponse[Status=Forbidden, StatusCode=403]".
referred documentation: https://help.salesforce.com/articleView?id=remoteaccess_using_userinfo_endpoint.htm&type=0

Please help.
​Thanks in Advance!!!
 
  • December 11, 2017
  • Like
  • 1
Hi All,

I wanted to get user info detail by using the salesforce OAuth  Apex Callout . I have the access token in my previous step.  Now I am setting the end point url with oauth_token parameter as below:
HttpRequest request = new HttpRequest();
 request.setMethod('GET');
 request.setTimeout(60000);
 String endpoint = 'https://login.salesforce.com/services/oauth2/userinfo?oauth_token='+accessToken;
 request.setEndpoint(endpoint);
 HttpResponse response = new Http().send(request);

I am getting the response  body as :Missing_OAuth_Token "System.HttpResponse[Status=Forbidden, StatusCode=403]".
referred documentation: https://help.salesforce.com/articleView?id=remoteaccess_using_userinfo_endpoint.htm&type=0

Please help.
​Thanks in Advance!!!
 
  • December 11, 2017
  • Like
  • 1

Hi Folks,

I have created a quick action and added it in two case page layouts. It is displaying on Feed section in classic for each records for each layouts , but in Lightning experience it is not visible for only one pagelayout. Also I found that only Post and Pull actions are  vailable for that case layout, and other actions are not available.

Any idea ???

  • June 29, 2018
  • Like
  • 0
Hi All,

I wanted to get user info detail by using the salesforce OAuth  Apex Callout . I have the access token in my previous step.  Now I am setting the end point url with oauth_token parameter as below:
HttpRequest request = new HttpRequest();
 request.setMethod('GET');
 request.setTimeout(60000);
 String endpoint = 'https://login.salesforce.com/services/oauth2/userinfo?oauth_token='+accessToken;
 request.setEndpoint(endpoint);
 HttpResponse response = new Http().send(request);

I am getting the response  body as :Missing_OAuth_Token "System.HttpResponse[Status=Forbidden, StatusCode=403]".
referred documentation: https://help.salesforce.com/articleView?id=remoteaccess_using_userinfo_endpoint.htm&type=0

Please help.
​Thanks in Advance!!!
 
  • December 11, 2017
  • Like
  • 1
I am on the 3rd challenge of the lightning connect project on trailhead. I have followed the instructions as stated, however when i try to create am indirect lookup relationship between customerID and account, account ( nor any other object)  does not show up on the drop down list. 


Quick Start: Lightning ConnectCreate an Indirect Lookup Relationship