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.

To get $100 off, sign up as a new user using refer[…]

To get $100 off, sign up as a new user using refer[…]

Temu New user DIscount code Using Temu's DIscount […]

By using the Temu coupon code [acu600079], you can[…]