Multi select reference record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 01:22 AM
Requirement:
New field XYZ should refer to table1 and should be able to select multiple record.
Table1 contains two field 'Name' and 'Number'.(dictionary display TRUE is on 'Name' Field only).
currently configured field XYZ as LIST datatype.
Is it possible to show Number field instead of Name in field XYZ or any other way to achieve it?
Note: can't set Display TRUE for Number Field this would impact all field referring to Table1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 01:29 AM
Hi @Simona3
As per my understanding, you will need to create another list type custom field where you will be printing the values with the help of script includes and onChange client scripts.
However, lets wait for other community member's opinion in this case before you actually start working.
Regards.
Amit