Show Application ID instead of Application name on the Application ID field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2022 03:48 AM
On the above form, for the 'Application ID' field, the value comes from the 'Name' field of the Business Applications table.
However, I'm wanting the 'Application ID' field to show the 'Number' field of this record.
I was just wondering if somebody could explain what I need to do to show 'Number' field instead of the 'Name' field of the Business Application in the 'Application ID' field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2022 03:53 AM
Hi Matthew,
That is becuase Name is set to be the Display Value for the table. If you want to chagne it to Number you will have to change the Display Value for the table but this will have an impact on tables where Application table is referenced.
You can refer doc link to change the same.
Suggestion will be to create a new field of with calcuated value of Name & Number. You can refer Name field on user table for reference.