How to secure your data in FileMaker Pro web publishing 27
To protect specific records from being deleted:
1.
Select
Exact Delete
for the password field.
2.
In an HTML edit page, include commands similar to:
Delete Current Record:
DataField: [FMP field: DataField]
...
...
Password :
VALUE="">
...
...
Record">
3.
In the Delete Record page in a browser, enter the password value for the current record into the
password field before clicking
Delete
.
A valid password value will allow the record to be deleted. An invalid password will bring up a
security message.