How to get the user full name in BPM 7.5 by using tw.system.org?

2.2k views Asked by At

I am currently working with IBM BPM 7.5. I am unable to get the user's fullname by using the tw.system.org. How to get the user full name in BPM 7.5 by using tw.system.org?

3

There are 3 answers

0
Ahmed Hatata On

If you are using Process Designer , write in scripts for test

Define for example private variable FullName.

tw.local.tw.system.user_fullname;

2
Manglu On

tw.system.user_fullname should be returning the full name of the user.

I had a V8 with me and did a quick check and i did see this response

[31/05/12 11:17:32:371 EST] 0000004e wle_javascrip I FUll User name is:Administrator

1
Mark Filley On

For the full name in IBM BPM (and WLE), you need a few fixes for BPM and Websphere. Specifically on the WAS version you are on (WAS v7).

See this reference for details: http://www-01.ibm.com/support/docview.wss?uid=swg21570176

Essentially, you need these WAS fixes: PM37925 and PM18594 which are in WAS 7.0.0.21 and later. You will also need to adjust the wimconfig.xml as noted in the referenced link.

In later versions (8.0.1) take a look at this IBM dwAnswer article titled "LDAP User Full Name Sync" and for 8.5.x "Incorrect displaying of users full name"