We have a skuid page within a service console. The skuid page is a list of oppportunities we hoped to be filtered by an account. I tried to pass the account id by creating a detail button on the account page that invokes the service console. Below is the onclick Javascript I used.
location.href=“/console?tsid=02u22000000CmVc&id={!Account.Id}”;
The skuid page within the console has a condition where the opportunity accountid is equal to the the id page parameters.
The button invokes the service console but its seems like it’s not passing the id parameter from the URL to the skuid page within the service console.
Question
Passing a Salesforce ID to a skuid page within a service console
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.