Help

Table Of Contents
FILEMAKER PRO HELP 751
Get(CurrentDate)-Date(1;5;2014) returns 4 when the system date is set to January 9,
2014.
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas
Get(CurrentExtendedPrivileges)
Purpose
Returns a list of keywords, separated by carriage returns, for the enabled extended privileges. The
list that is returned is based on the account
that is being used to evaluate this calculation. See also
Get(AccountExtendedPrivileges)
function.
Format
Get(CurrentExtendedPrivileges)
Parameters
None
Data type returned
text
Originated in
FileMaker Pro 6.0 or earlier
Description
Extended privileges are additional access rights assigned to an account’s privilege set. See About
accounts, privilege sets, and extended privileges.
Returns an empty list if a user doesn’t have extended privileges assigned for the current database
file.
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.
For information on how functions evaluate differently on the host versus the client, search
the FileMaker Knowledge Base available at http://help.filemaker.com
.