dss-visual-edit

FAQ

Can I use Visual Edit if my data is on connection X?

Visual Edit can load your original data regardless of the underlying connection. When using it for the first time, the editlog, edits, and edited datasets will be created on the same connection.

We strongly recommend using a compatible SQL connection for the editlog, as motivated in the deployment guide. The edits and edited datasets can be on a different connection.

If linked records are needed, and if the linked dataset has more than 10,000 rows or if lookup columns are needed, then the linked dataset must also be on an SQL connection.

Can the webapp be used by several end-users simultaneously?

From a technical standpoint, yes: multiple end-users can view and edit data simultaneously. However, they won’t see each other’s edits in real-time. More specifically, if two or more end-users try to edit the same cell at the same time:

We recommend assessing the likelihood of simultaneous editing by considering the number of end-users, how often each is expected to use the webapp per day, and for how long.

To address the above user experience issues, we recommend assigning ownership of each row to a specific end-user. This can be done by creating an extra column in the dataset to review/edit whose values are user names. This column can then be used in two ways:

What happens if I change primary keys or editable columns in the webapp settings?