Is there a PageDesigner Action to open a web page?
Dear all,
Is there a PageDesigner Action to open a web page given its URL? I'm working on a Data List, of Interactions for people for us to call to welcome them and thank them for signing up for one of our projects. It'd be great if I could build into that list, a button which would, in a new browser tab, open the person's record in the external platform (Raisely). I have the URL available embedded in the Interaction Comment, and could probably parse it out of there (although I've not yet done that), but is there a way of opening the web page, e.g., feeding the URL to some ExecuteCLRAction?
Kind regards,
David.
Comments
-
You can put the URL in a field on the datalist with a WebAddress type, this will create a hyperlink to click. You can also go the CLRAction route. I did something similar before, I put the action and the javascript code in the attached txt file.
0 -
@Nick McGinnis
I have a similar question. I'm trying to add to a datalist (I created) to add JG page URL's as an attribute value. I can't work out how to do this.What do you mean by WebAddress Type?
0 -
@Lisa Fields
In the select query for the data list you can either pull the URL from a stored location, generate it via whatever criteria, or hardcode. Then in the form fields on the data list you can add a field for that URL and the type will be WebAddress, instead of String, Boolean, etc. Using this will make the column a hyper link in the data list.0 -
@Lisa Fields
In the select query for the data list you can either pull the URL from a stored location, generate it via whatever criteria, or hardcode. Then in the form fields on the data list you can add a field for that URL and the type will be WebAddress, instead of String, Boolean, etc. Using this will make the column a hyper link in the data list.Honestly I don't understand much of this. I created the Datalist using a Revenue Query. There is no option to add a field? This is obviously beyond me!
0 -
@Lisa Fields
I apologize, I did not realize you made it through an ad-hoc query. It is possible to write a javascript file to call via CLRAction where you could pass in data and have it open a URL. However, you would need to be familiar with the SDK and javascript. I have an example in a response below to David of an example if there is a developer at your organization who can assist.0
Categories
- All Categories
- 6 Blackbaud Community Help
- 211 bbcon®
- 1.4K Blackbaud Altru®
- 402 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 655 Blackbaud Grantmaking™
- 576 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 941 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.7K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 120 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 240 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Grid View Batch
- 3 (Closed) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 796 Community News
- 3K Jobs Board
- 54 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)


