Documentation
Documentation
  • Themes
    • Themes
    • Default
    • Bootswatch Themes
    • Slate
  • Table of Contents
    • Table of Contents

  1. You are here
  2. Home
  3. docs
  4. How To...
  5. Users And Login
  6. How to refer to the current user in rules

manuals how to users login

Sidebar
  • Quick Tour
  • Installation Guide
  • Getting Started
  • Aware IM Concepts
  • Configuring Applications
  • Rule Language
  • Actions And Functions
  • Mobile Applications
  • How To...
    • Aware IM Basics
    • Forms And User Interfaces
    • Charts
    • Business Rules
    • Reports And Documents
    • Users And Login
      • How to set up system users
      • How to log into the system
      • How to set/change user password
      • How to set up users of the Configuration Tool
      • How to set/change password for the Configuration Tool
      • How to allow non-registered users access to the system
      • How to allow non-registered users to self-register
      • How to refer to the current user in rules
      • How to use Active Directory / LDAP for login
      • How to implement “forgotten password” functionality
      • How to set up Login via Facebook, Twitter and Google
      • How to store “session” values – values that exist only during user session
    • Emails
    • Security And Protection
    • Integration With Other Systems
    • Mobile Applications
    • Miscellaneous
    • Tips and Tricks
  • Programmer's Reference
  • AI Integration
  • Videos
  • Case Study
  • Glossary
  • Appendices
  • Changelog
  • Introduction
  • Send via e-Mail
  • Print
  • Permalink

Manuals, How To, Users, Login

How to refer to the current user in rules

You can use LoggedIn prefix – see the “Instance Prefixes” section. For example,

IF LoggedInLibraryMember.LoginName ='john smith' THEN ... 
  • Last modified: 2022/09/13 18:15
Log In