Get(ExtendedPrivileges)
Purpose 
Returns a list of keywords, separated by carriage returns, identifying the extended privileges available to the account being used by the current user of the database file.
Format 
Get(ExtendedPrivileges)
Parameters 
None
Data type returned 
text
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 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.
  •
Examples 
Your account uses a privilege set that includes the extended privilege of Access Via Instant Web Publishing (keyword "fmiwp").
Position(Get(ExtendedPrivileges); "fmiwp"; 1; 1) returns a value greater than 0.
Related topics 
Protecting databases with accounts and privilege sets
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