i icon in user record displays restricted fields for same user in different insances
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
we have the sc_task table where the requested for i icon is present to display user records
when clicked in one instance it displays only active field and email (default view) and same user in another instance shows the entire record (default view)
Did the below checks and its same in both instances
Navigate to System UI > Views.
Search and select sys_ref_list
In the "List" related list, search for the table you are referencing and open the record
Go to related lists and locate the "List Elements" related list
The elements are the columns that are displayed on the list when you click on the reference icon. You will need to add/remove as desired
To add the desired column to the list, click new or edit an existing record
The "Element" field value should be set to the name of the desired field. For example, if you are referencing sys_user table, you can set the user_name field as one of the columns.
users have same roles in both instances
any pointers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi @priyadharis ,
Go to Dictionary for the field requested_for (sc_task.requested_for).
Check if it has dictionary attributes like:ref_ac_columns, ref_ac_columns_search
Compare these between the two instances.
If the attributes differ → that’s your culprit.
If not, check whether there are multiple sys_ref_list entries for sys_user and whether the View or Roles settings differ between instances.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
its not happening for all users