Functions Reference

Table Of Contents
FILEMAKER FUNCTIONS REFERENCE 88
Related topics
Contents
Functions reference (alphabetical list)
Get(CurrentPrivilegeSetName)
Purpose
Returns the name of the privilege set that is being used to evaluate this calculation in the database
file.
Format
Get(CurrentPrivilegeSetName)
Parameters
None
Data type returned
text
Originated in
FileMaker Pro 6.0 or earlier
Description
If a user is using the default Admin account and you haven’t modified access privileges for the
database file, this function returns [Full Access].
Notes
If you specify the context for the current calculation, this function will be evaluated
based on that context; otherwise, it will be evaluated based on the context of the current
window.
If you select the Run script with full access privileges script option, this function
returns [Full Access].
For information on how functions evaluate differently on the host versus the client,
search the FileMaker Knowledge Base available at
www.filemaker.com/kb.
Examples
For current user Administrator, Get(CurrentPrivilegeSetName) might return [Full Access].
For a user in the sales department, Get(CurrentPrivilegeSetName) might return [Data Entry
Only].
Related topics
Contents
Functions reference (alphabetical list)