MI_User - spectrum_spatial - Latest

Spectrum Spatial Guide

Product type
Software
Portfolio
Locate
Product family
Spectrum™ software
Product
Spectrum™ software > Spatial > Spectrum Spatial
Version
Latest
ft:locale
en-US
Product name
Spectrum Technology Platform
ft:title
Spectrum Spatial Guide
Copyright
2025
First publish date
2007
ft:lastEdition
2025-03-07
ft:lastPublication
2025-03-07T10:28:48.112000

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())