- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2017 03:42 AM
Hi All,
I need to display customised field or UserID field in activity listed below in the form,
Currently system displays User name .
Please help me .
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2017 02:56 AM
Sorry, from your original post I understood that you already had a customized filed.
The only option to change the name as it appears as far as I am aware is to change the display name of the user table to be calculated as first_name last_name (user_name). This option will add the user id to all references across all tables as the display value. So it assumes you always want to see user id. But it does provide a certain consistency.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2017 04:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2017 02:44 AM
Hello Joe,
Not Exactly!
If you see my image inserted along with the post ,highlighted is my name (this is display value(name field ) of the user table)which represents the last updated activities on the form.
I want to display highlighted as UserId instead of Name .
Moreover,Activity is a UI macro which inturns calls inline activity.xml (seems to be edited only by SN team).
Please let me know how to achieve it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2017 02:56 AM
Sorry, from your original post I understood that you already had a customized filed.
The only option to change the name as it appears as far as I am aware is to change the display name of the user table to be calculated as first_name last_name (user_name). This option will add the user id to all references across all tables as the display value. So it assumes you always want to see user id. But it does provide a certain consistency.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2017 01:54 AM
Hi Joe,
Exactly.You are correct!