Hi All,
Expanding on the attribute, we have it working with one attribute at the end. For instance,+Flow.PhoneNumber is our attribute that we attach to the end a Salesforce URL like below.
"https://manheim--preprod.lightning.force.com/one/one.app#/alohaRedirect/apex/CRCScreenPopVFPage?ANI="+Flow.PhoneNumber
We are trying to use a Salesforce URL with multiple attributes. For instance,
"https://manheim--preprod.lightning.force.com/one/one.app#/alohaRedirect/apex/CRCScreenPopVFPage?ANI="+Flow.PhoneNumber"&locationPhoneNumber="+Flow.Location"&callReason="+Flow.Reason"&dealerNumber="Task.Dealer
1. Is it possible to have multiple attributes?
2. If so, are there special characters, other than quotation marks, to separate the attributes in the URL?
------------------------------
Chris Peters
Cox Automotive Corporate Services, LLC
------------------------------
Original Message:
Sent: 02-23-2021 12:09
From: Marian OConnell
Subject: Salesforce URL Pop with Interaction Attribute
Hi all,
Thanks for your inputs and suggestions on this one.
Just to let you know we did eventually get it working with SF_URLPop = "/apex/development?dnis="+Call.CalledAddressOriginal
But using the extension point in GCloud for Salesforce would definitely have bene the next option if needed.
Appreciate the help.
Regards,
Marian
------------------------------
Marian OConnell
Wren Data Ltd.
------------------------------
Original Message:
Sent: 02-12-2021 10:12
From: Richard Schott
Subject: Salesforce URL Pop with Interaction Attribute
I would check the browser console logs to see what is actually coming through as the sf_urlPop attribute. I suspect there is something odd about the way it's coming through (using what's in your post above, there's only one set of double quotes, which would cause problems).
Another option worth exploring would be to insert your code in an Apex file to leverage with the client extension points, documented here: https://help.mypurecloud.com/articles/extension-points-in-genesys-cloud-for-salesforce/ This approach might be a little more straightforward and process faster than relying on loading a visualforce page that must then process your code.
------------------------------
Richard Schott
Genesys - Employees