Go to Contents
Previous
Page
Next
Page
Contents > Functions reference (alphabetical list) > Get functions > Get(ExtendedPrivileges) function

Get(ExtendedPrivileges) function
Format

Get(ExtendedPrivileges)
Parameter
None
Data type returned
text
Description
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 (extended privileges are additional access rights assigned to an account's privilege set). For more information, see About accounts, privilege sets, and extended privileges.
Get(ExtendedPrivileges) 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.
See Solving calculations on a host machine for information about running scripts in client/server and peer-to-peer environments.
Example
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

Contents > Functions reference (alphabetical list) > Get functions > Get(ExtendedPrivileges) function
Previous
Page
Next
Page