Script Steps Reference

Table Of Contents
Accounts script steps
F
ILEMAKER PRO SCRIPT STEPS REFERENCE 206
Example 2
Deletes the current account if it has full access privileges.
If [Get ( AccountPrivilegeSetName ) = "[Full Access]"]
Delete Account [Account Name: Get ( AccountName )]
Re-Login [With dialog: On]
Else
Show Custom Dialog ["You do not have enough privileges to delete an
account."]
End If