Article Details
| Id: | 19301 |
| Product: | finPOWER Connect |
| Type: | NEW |
| Version: | 4.00.00 |
| Opened: | 21/06/2022 |
| Closed: | 29/06/2022 |
| Released: | 21/12/2022 |
| Job: | J029016 |
Portals; New business layer method to allow Script to determine whether a page is Active
A new finPortalHandlerBL.IsPageActive method has been added.
This allows Portal Script Code to determine whether a particular page is Active.
NOTE: This function will already return False if an invalid pageId is specified.
If mPortalHandler.IsPageActive("Messages") Then' Do somethingEnd If