Using Java Snippet for Custom Button to open Conga Merge 8. Everything is working good except for passing the Id over. If I hardcode an Id it works, but using {{Id}} throws a conga error “id parameter not valid etc…” Tried using the Timeline__c.Id (custom object) but still the same result. I am using a snipped so I can specify that the Conga window opens in smaller size window. Any help or suggestions would be greatly appreciated. My code is below:
var params = arguments[0],
$ = skuid.$;
var partnerServer = sforce.connection.partnerServerUrls[8];
var CongaURL = “https://composer.congamerge.com”+
“?sessionId=”+sforce.connection.sessionId+“&serverUrl=”+partnerServer+
“&id={{Id}}”+“&ofn={{Name}}”;
window.open( CongaURL, “CongaM”, “height=600, width=600, menubar=0” );
Question
Passing Id from Skuid page to Conga Composer error

Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.