Comment to Developer Question
-
Hello @Wise !
Strangely, the alert is called before the DB upgrade - especially for the add cases. You may try to use the certain alert object Id here:
$oProfile = BxDolProfile::getInstance($oAlert->iObject); $sUserName = $oProfile->getDisplayName();
-
Hello @LeonidS
Unfortunately this gives me the "account name" not the profile display name.
-