cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

Is there any way to display a action's name different for different users.

krishnab33
3-Visitor

Is there any way to display a action's name different for different users.

I wanted to display the group name of the user as the name of the action.

1 REPLY 1

Yes, it is possible.

 

You have to implement your own DataUtility.

Example in ProjectLink: 

  • com/ptc/netmarkets/actionitem/actionitem.datautilities.properties.xconf
  • netmarkets/jsp/actionitem/attributes.jsp

It should be possible to get userID from context bean, but I didn't check.

 

Or you can create duplicate actions with different resource bundles and filter them depend on user access...

Top Tags