0

Confirm box when new record
Any way to implement this code
let check := dialog("Add record", "New record will be added. Continue?", ["Sí", "No"]);
if check = "Sí" then
for a new record adding? When click on the "+" to add record or "on create", warning box shows to avoid incorrect additions.
Thanks
Like Follow
6replies