How to set multiple fields as Display=true ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2021 09:34 AM
I have a table named Demo which has two fields Name and Mobile number.
And I have another table with two reference fields and both are referencing Demo table .
The first reference field should save the name from the picked demo record while the second one should save the mobile number from the picked demo record .
Thanks in advance.
- Labels:
-
Scoped App Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2021 10:14 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2021 10:14 AM
You can't have two display fields.
You also shouldn't ask your users to pick the same data twice. If they're picking the 'name' record that contains the mobile number you want, you should show both columns using the ref_ac_columns attribute.
If you're wanting to pick two separate things, they should be in different tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2021 10:26 PM
After selecting an Assignment group on the incident form , the assigned to field only shows users that are from that above group.
I have the same situation , Just tell me how servicenow did it so I can do it too.
Thanks for the answers.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2021 01:20 AM