Article Details
Id: | 20557 |
Product: | finPOWER Connect |
Type: | NEW |
Version: | 4.00.03 |
Opened: | 09/08/2023 |
Closed: | 09/08/2023 |
Released: | 27/09/2023 |
Job: | J031759 |
Business Layer; Summary Table "URL" Actions and "button" HTML templates now open web pages in a new browser tab when running from Web Services
When adding "URL" type Summary Table actions of "button" HTML templates that reference a URL, a new browser tab is now opened in finPOWER Connect Cloud, e.g.:
' Actions
With .Actions
.AddUrl("SignUp", "Sign Up", "https://abr.business.gov.au/").ShowInWebInterfaces = True
End With
The generated HTML anchor tag now includes the attribute "target='blank'" if the URL scheme is either:
- HTTP
- HTTPS
This means, when running in finPOWER Connect Cloud, the application tab is not accidentally navigated away from.