-
App Creation
-
- Creating a Designer Application
- User Interface
- Pages and Navigation
- Database
- Print Process
- Email Process
- Excel Export
- Stylesheets
- Custom Actions
- Text Resource (Run-time) Editor
- Queries
- Goal Seek Event
- Solver Event
- Application
-
- Sections
- Containers
- Textbox
- Checkbox
- Dropdown
- Radio Button
- Calendar
- File Upload
- Input Grids
- Slider
- Content
- Output Grid
- Charts
- Maps
- Gauges
- Action Button
- Show all articles ( 1 ) Collapse Articles
-
-
App Management
-
Data Management
-
Users and Teams
-
Developers
-
-
- GetDocumentStubs (Application-Level)
- GetRecordExtended (Application-Level)
- GetRecord (Application-Level)
- GetBatchResults (Application-Level)
- GetResult (Application-Level)
- CloseDedicatedSession (Application-Level)
- OpenDedicatedSession (Application-Level)
- SendEmail (Application-Level)
- GenerateDocument (Application-Level)
- MergeDocumentsExtended (Application-Level)
- MergeDocuments (Application-Level)
- DeleteUser (Site-Level)
- UpdateUser (Site-Level)
- CreateUser (Site-Level)
-
-
-
Administration
-
Changelog
- Version 6.27
- Version 6.26
- Version 6.25
- Version 6.24
- Version 6.23
- Version 6.22
- Version 6.21
- Version 6.20
- Version 6.19
- Version 6.18
- Version 6.17
- Version 6.16
- Version 6.15
- Version 6.14
- Version 6.13
- Version 6.12
- Version 6.11
- Version 6.10
- Version 6.9
- Version 6.8
- Version 6.7
- Version 6.6
- Version 6.5
- Version 6.4
- Version 6.3
- Version 6.2
- Version 6.1
- Version 6.0
- Version 5.2
- Version 5.1
- Version 5.0
- Version 4.8
- Version 4.7
- Version 4.6
- Version 4.5
- Version 4.4
- Version 4.3
- Version 4.2
- Version 4.1
- Version 4.0
- Version 3.5
- Version 3.4
- Version 3.3
- Version 3.2
- Version 3.1
- Version 3.0
- Version 2.5
- Version 2.4
- Version 2.3
- Version 2.2
- Version 2.1
- Version 2.0
- Version 1.6
- Version 1.5
- Version 1.4
- Version 1.3
- Version 1.2
- Version 1.1
- Version 1.0
- Show all articles ( 44 ) Collapse Articles
-
Other Features
-
Connectors
-
Integrations
Single Record Per User
The Single Record Per User feature allows each system user with the correct access type to login with their accounts, and access their data from when they last saved it. This can be especially useful for use cases like a membership-based application, where users need to access their data directly through the same URL, without having to work inside the Control Panel. This approach consists of a few steps.
The Single Record Per User feature can be enabled from the Edit Application page in the Designer interface.
In addition to enabling this feature, you also need to make sure that the application Access is set to either Restricted, or Restricted with Registration. You can set this property from the Edit Application page by pressing the blue button next to the application name in the Applications page. The end users must be assigned a role that does not have access to the Control Panel. Guest user (no Control Panel Access) can be used for this purpose.
Once all settings are enabled and your application has been Published, users accessing your web application will be asked to log into their accounts, or create a new one. Once they log in, the system will direct them to a new blank record. When they enter data and save, the information will be kept in a record that is assigned to that user. Note that the system does not have an auto-save feature, and the users have to press an Action Button with Save Event to trigger this feature.
From that point, users are going to be able to continue their work even if they log out and log back in. All users can use the same web URL (the URL for your web application) to login, and everyone is going to be only seeing their own data.