Equinox Online Help - Language Reference - A to Z
UserAccountExpiry |
|
|---|---|
| Applies to | ![]() |
| Syntax | UserAccountExpiry |
| Action | [Function] Returns the date the user account expires. |
| Scope | Usable anywhere. |
| Notes | This function determines the date on which the current user account expires. |
| Category | User, groups and ESS |
| See Also | ChangeRecordGroup, CurrentRecordGroup, FieldPermissions, FirstUserGroup, FirstUserName, NextUserGroup, NextUserName, RecordPermissions, SetUserGroup, ShowRecordGroup, UserGroup, UserName, UserPasswordExpiry, UserPermission |
| Example | This example sends a message to the Application Supervisor if their account expires tomorrow. if UserAccountExpiry() - 1 = Today thenAlert "Your account expires tomorrow."end if |
