In phpmaker 2025, I used to be able to access $CurrentUserInfo("xxx") from the row_inserting server event. In phpmaker 2026, this function is no longer accessible, but can be invoked in the UserID_loaded event as $this->currentUserInfo("xxx")
How can I access it directly from the row_inserting event?