MI_User
Description
Indicates the name of the currently logged-in user. It returns the username as a String.
Syntax
MI_User()
Examples
SELECT * FROM “/NamedTables/PropertySites“ WHERE AllowedUser = MI_User()
INSERT "/NamedTables/Transcations" (TransTime, Caller) VALUES (Current_DateTime(), MI_User())