- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2023 11:33 AM
Hello,
as you can see the "Requestor" und "Representative" is wrong displayed.
Both of them are mapped to the field and the reference "User [sys_user]"
I created a custom table, what did I do wrong here?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2023 11:36 AM
Both of those fields don't look like reference fields, they look like string fields. If you're mapping a reference value to a string field, the value will be the sys_id of the user. You either need to change those fields to be references themselves, or you need to use the display value when setting those fields.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2023 11:36 AM
Both of those fields don't look like reference fields, they look like string fields. If you're mapping a reference value to a string field, the value will be the sys_id of the user. You either need to change those fields to be references themselves, or you need to use the display value when setting those fields.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2023 11:41 AM
Thanks, it was so simple 😄