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 an SQL connection for the editlog, as explained 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 1,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 users simultaneously?

Several users can view and edit data at the same time, but they won’t see each other’s edits in real time; if two or more users try to edit the same cell at the same time, all their edits will be logged, but only the last edit will make its way to the edits dataset.

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