cancel
Showing results for 
Search instead for 
Did you mean: 

Technical names in Business Role selection screen

Former Member
0 Kudos

Hello,

When I log on to the WebUI I get the selection screen for the Business Roles (correct because I'm assigned to multiple).

But in the selection screen the Technical Names of the Business Role is hown too and I don't want to show these to the users.

So does anybody know how we can disable showing the technical names in the business role selection screen?

Can it be done in BSP crm_ui_start > Page Fragments > selectBusinessRole.htm Selection of Business Role? If so, what do i have to change?

Thnx!

Regards,

Joost

Accepted Solutions (0)

Answers (1)

Answers (1)

ajaya_kumar
Active Participant
0 Kudos

Hi Joost,

This technical information is the tooltip that is comming from the following line.

crm_ui_start > Page Fragments > selectBusinessRole.htm

at line no 29


      tooltip="<%= profile_detail %>"

If you can remove this line then technical information, that comes up when you do mouse over the role description, wouldn't come.

Regards

Ajay

Former Member
0 Kudos

Thnx for the info!

I already found out myself what to do. I have replaced the following line

concatenate <profile_nested>-profile_name '-' <profile_nested>-profile_descr

into profile_detail separated by space.

By

profile_detail = <profile_nested>-profile_descr.

In the selectBusinessRole.htm