We are working on a conga button for a client who uses Skuid, for all their Salesforce UI but also leverages Conga for template building. We are trying to create a button on a table to be able to generate conga templates for each record in the table using a Row Action.
We found this article which says you can do this and we tried to do the same thing (Conga has changed their server url to “https://composer.congamerge.com” since the article was posted.
But we get this error: “OAuth Error:
Failed to get the authorization response.”
This is the way the button is written based on the syntax that Skuid requires:
https://composer.congamerge.com?sessionId={{$API.Session_ID}}&serverUrl={{$API.Partner_Server_URL}}&id={{Id}}&ReportID=00Oj0000004CC5z?pv0={{Id}}
This is the button if it were in standard salesforce (which does work).
https://composer.congamerge.com
?sessionId={!API.Session_ID}
&serverUrl={!API.Partner_Server_URL_290}
&id={!Matter_Contact__c.Id}
&reportid=[Letterhead]00Oj0000004CC5z?pv0={!Matter_Contact__c.Id}
I was hoping you might have some idea why we are receiving that error because we seem to be meeting all of the requirements based on the article above.
Question
Launching Conga from Skuid Table Row Action

This topic has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.