Get(AccountExtendedPrivileges)
Purpose 
Returns a list of keywords for the enabled extended privileges, separated by carriage returns. The list that is returned is based on the account used to open the database file.
Format 
Get(AccountExtendedPrivileges)
Parameters 
None
Data type returned 
text
Originated in 
FileMaker Pro 11.0
Description 
Extended privileges are additional access rights assigned to an account’s privilege set. For more information, see About accounts, privilege sets, and extended privileges.
Returns an empty list if a user doesn’t have extended privileges assigned to the account used to open the 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.
 •
Examples 
An account uses a privilege set that includes the extended privilege of Access Via Instant Web Publishing (keyword "fmiwp").
Position(Get(AccountExtendedPrivileges); "fmiwp"; 1; 1) returns a value greater than 0.
Related topics 
Protecting databases
Creating accounts that authenticate via an external server
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas