- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 07:37 AM
I have custom app extended from Task table. In the Caller field (referencing sys_user), I want to add additional columns to the User list pop-up window, "Department" and "Employee Number". How can add additional columns to the list?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 07:52 AM
To change that layout, right click on the header in the pop-up window and select Configure -> List Layout. Make your changes and save. Be aware, though, this changes it for every instance of that table being used in a reference field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 07:52 AM
To change that layout, right click on the header in the pop-up window and select Configure -> List Layout. Make your changes and save. Be aware, though, this changes it for every instance of that table being used in a reference field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 08:00 AM
Is there a way to only change it for Scoped application?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 08:09 AM
No. You're looking up data on a Globally scoped table, so any changes to that view will change the lookups to that table from all scopes.