• Mayank Pant 11
  • NEWBIE
  • 0 Points
  • Member since 2016

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

Hi All,

Business Requirement: We want to authenticate Users using Salesforce credentials. When Users will hit Client Application (Browser), it will redirect user to Salesforce community login page. User will authenciate  via SF credentials. After authenticationm User will be redirectd back to client application. 

Solution: To achieve above functinonality, we have created a connected app in SF. We have also created a community and have assiged user profile to those communities. When user runc client applicaiotn, they are redirected to SF community login page for authentication but after authentication, system is not going to to call back URL.
But if we use salesforce domain name or saleforce standard (https://login.salesforce.com) url at the time of redirection then call back url is called after authentication. 

Has anyone worked on it before? I am struggling from some time to found the fix. 

Thansk
Mayank

Hi Everyone,

I am trying to execute HTTP Get request method to get bulk job details from Salesforce through workbench. But I am getting "Invalid Session Id" error. This is not the first time I am trying to do it. I have a jitterbit implementation which makes use of Rest API to get Job details and it is also not working. 

Sample is :
URL: /services/async/39.0/job/"jobId"
Headers
Content-Type: application/json; charset=UTF-8
Accept:application/json
X-SFDC-
Session:"SessionID"

Anyone else also facing this issue after Summer 17 Relese?

Thansk & Regards,
Mayank Pant
 
Hi Experts,

Can we perform pk chunking thorugh workbench? I know we can do it thorugh curl and wget. 

Many Thanks,
Mayank

Hi, I have a requirement to print labels on trigger event. When case record is closed label should get printed on Brother QL 700 printer. This is something new for me. Any one has worked on this feature before? Many thanks in advance.

Regards,

Mayank

Hi Developers,

As we all are aware that Salesforce does not run triggers for objects accepted via Omni channel. Has anyone found anywork around on this? 

Can we use javascript in custom console component in the footer to automatically update a record i.e. javascript remoting when ever accept event is peformed?
Or is it possible to use streaming api here?

Thansk & Regards,
​Mayank Pant
Hi,

I have a requirement where I have to refresh a console list view after closing the vf page. Is it possible to do it? 

Many Thanks in advance. 

Regards,
Mayank
 
Hi, 

My customer has web based applicaiton which is http based. To use an app in canvas it should use https. I am wondering if there any case study where http can be proxy into https. So it can be used in canvas?

Many thanks in advance. 

Regards,
Mayank
Hi All,

My client wants to have lightning them on salesforce classic visual force page. Is there any library/css file which we can use to style the page in lightning theme without using slds? 

Many thanks in advance. 

Regards,
Mayank
Hi Everyone, I am using angular js in my communities vf pages.I on of the vf page I have Export as pdf button. On click of that button I want to download another page as pdf. I tried to redirect user using setRedirect(true) but it is not working.
My method for redirect user to vf page is have @RemoteAction tag. 

Is it possible to download the pdf in community? Many thanks in advance. 

Regards,
Mayank
Hi Everyone!!  When we perform callouts, data exchanged between application is either in json or in xml format. What is the format of data, when we click on Save button(DML) and request goes to Salesforce application server? 
I create one vf page and using username, password. And also I give the my salesforce login credentials through API in this vf page. And i click login button it will directly go and open the salesforce login page. Please give me related examples.
Hi experts,
Very basic question and find difficult to understand. And please let me know, when to use what?

What is the difference between these 2 coding structures:
1.  public String name {
         get { return name;}
        set { name = value;}

2. public String name{get;set;}
Hi, 
I have one developer edition org,after a month I will go through for Enterprise edition.How the all stuff including records will transist to Enterprise Edition.Thanks in Advance.