Share ideas, ask questions, and get feedback about developing for ProcessMaker
Forum rules: Please post new questions under "Developing processes & programming" for ProcessMaker 2 or 3.
By laraujo
#5133
Hello there,

I've got a simple question...

is there a Case Variable for the User's Full Name?

Thanks in advance!
User avatar
By amosbatto
#5158
No, there is no system variable for the full name of the current user. What you have to do, is use userInfo() to look it up in a trigger. Something like:
Code: Select all
$aUser = userInfo(@@USER_LOGGED);
@@FullName = $aUser['firstname'] . ' ' . $aUser['lastname'];
Then the user's full name will appear in any dynaform with a field named "FullName". The variable @@FullName can also be inserted into an Output Document or email template.

If you're looking to save big on your next online […]

If you're looking to save big on your next online […]

If you're looking to save big on your next online […]

Use the latest Freecash referral code "FC2507[…]