- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2022 11:40 PM
Hi, in the incident form, the value for pos environment is showing two different values in the form view and in the list view. Checked everything, there is no problem with dictionary entry.
Anyone knowing how to solve this issue? Any help will be appreciated.
Thank you.
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2022 11:46 PM
This is probably a case of reference and string, if you see in list view it is showing reference field but on form it is not reference field.
Possible causes:
1. The form may be showing some field value from the table your field is on.
2. List has a dot walk field, this can be check from list layout(right click on list header and check the layout) , it could show something.pos environment
Raghav
MVP 2023

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2022 11:46 PM
Hi
Check if you are opening the correct record.
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2022 11:58 PM
Hi,
Yes, I am opening the correct record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2022 11:46 PM
This is probably a case of reference and string, if you see in list view it is showing reference field but on form it is not reference field.
Possible causes:
1. The form may be showing some field value from the table your field is on.
2. List has a dot walk field, this can be check from list layout(right click on list header and check the layout) , it could show something.pos environment
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2022 11:59 PM
Hi,
Thank you for the reply. Will check this once on my instance.