Training
Training
Welcome
Guided Paths
Build an App
Training Planner
Courses
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
User Groups
Downloads
Platforms
OutSystems.com
My Platform
Community
Resources
Support
Search in OutSystems
Log in
Sign Up
Community
›
Forge
›
Assets list
›
Client Key Value Storage
Give us feedback
Client Key Value Storage
Stable version
1.0.0
(Compatible with
OutSystems 11
)
Uploaded on
16 October 2022
by
Andrea Lembo
5.0
(1 rating)
Overview
Reviews
Versions
Documentation
Support
Client Key Value Storage
Details
The library allows interaction with the browser's WebStorage API ( known as localstorage and sessionstorage) through the use of client actions.
Read more
Three main interaction mechanisms are exposed:
-LocalStorage
-SessionStorage
-KeyValueStorage
Since Outsystems natively uses the WebStorage API to store context information and client variables the three mechanisms are designed not to conflict with OutSystems behavior.
One of the main features of the WebStorage API is that data separation is done automatically based on the domain of the web application, it often happens that several web applications share the same domain and therefore all three mechanisms use "scope" as the data separation mechanism:
-Global : All web apps that share the domain can access data in this scope.
-Application : All web apps in an Outsystems application can access the data in this scope.
-Module : Only the outsystems module that exposes the web app can access the data in this scope.
-Screen : Only the screen can access this data.
In addition, the KeyValueStorage provide for the storage mode (Local or Session) as an additional parameter.
Characters Support (By Design) : The methods exposed accept only text within Latin1 Range.
Browser Offline limit : Each browser has different policy for max quota for the offline storage. However the advice is "Don't store too much information."
Release notes
(1.0.0)
Reviews
(0)
Related assets
Advanced Excel
Carlos Freitas
Advanced Excel integration with the export/import of Excel files. Enables data formatting, even automatic creation of Excel charts. This enables writing of binary multi-sheet excel-files without the use of an office installation.
14312
Html2PdfConverter
Guilherme Pereira
Simple to use html to pdf/image converter. Based on wkhtmltopdf (https://wkhtmltopdf.org/)
13040
XML Records
Afonso Carvalho
An extension that allows you to convert an hierarchical structure, composed of Records and/or RecordLists to XML. It also allows you to read an XML into the structure.
7454
More from Andrea Lembo
Popup Add-on
Andrea Lembo
This module adds some features to standard OS popup.
52
String Format Utils
Andrea Lembo
Module that expose client and server action to format string or generate random string.
8
Client Awaitable Popups
Andrea Lembo
Block to show a dialog inside client action and wait for a user response.
20
Loading...
Loading