Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How open a new windows browser from VBCS

edited Nov 13, 2018 2:00PM in Visual Builder 1 comment

Content

Hi all,

can anyone tell me how open a new windows browser from VBCS app? I've tried with this code but does not work:

"actions": {
                "openToNewWindow": {
                    "module": "vb/action/builtin/navigateToExternalAction",
                    "parameters": {
                        "target": "_blank",
                        "history": "push",
                        "url": "https://url/Contact?Id={{ $page.variables.ContactId}},
                        "params": null
                    }
                }
            }

 

Tnks.

Version

18.3.3
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!