3B Portals & Mobile App version 9.x changelog
Jump to navigation
Jump to search
Version 9.5
Link
https://login.salesforce.com/packaging/installPackage.apexp?p0=04tWS000002P4or
Version 9
New
- AI Studio - Add your OpenAI API key in Portals custom settings to enable the new AI Studio companion. AI Studio allows you to use natural language prompts in building rich portal and mobile app experiences
- Sub Templates - You can now build a page and mark it as Sub Template (checkbox on the Page object). A page marked as a sub-template can be dragged and dropped into any other page, either as a static or dynamic reference.
Changes
- A UI Refresh of the builder
- Added the ability to customize the labels in the login component
- Faster loading
- Major improvements in Push Notifications and their reliability.
This version introduces tracking of the Status of a push notification:
- Clicked status will be set to the Status (b3p__Status__c) field on the Push Message (b3p__Push_Message__c) when the user clicks on a push notification. note, this isn’t guaranteed to work due to device side limitations (iOS/Android) in some edge cases, like the device is offline, the user has low data mode enabled, the device is in battery saving mode etc.
- Received status will be set to the Status on the Push Message when the push notification is received by the user.