steve | 2016-08-05 17:06:02 UTC | #1
We are trying to open a specific page from our homegrown CRM using a unique URL in to the PureCloud script window.
- The URL would have to be specific to each customer. How does that get configured in PureCloud?
- How does the process flow work in this case?
- Do the datadip api calls need to return a URL or do we need to have a URL setup in a specific way on our side?
tim.smith | 2016-08-05 18:16:07 UTC | #2
Here are the steps to do a dynamic screen pop:
In Scripter:
- Create a string variable
- Use the string variable as the value for the URL in the Web Page control
In Architect:
- Use the Update Data tool to set a task variable with the URL (if it's not already in a Task.* variable)
- Use the Set Screen Pop tool to set the screen pop and specify your Architect Task.* variable as the value for the scripter variable.
tim.smith | 2016-08-05 18:31:19 UTC | #3
Also this https://help.mypurecloud.com/articles/advanced-lesson-create-a-screen-pop-script-and-add-it-to-a-call-flow/
system | 2017-08-28 19:26:06 UTC | #4
This post was migrated from the old Developer Forum.
ref: 253