Reference field has display value in XML but not showing on form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2017 02:00 AM
Hello,
On Change request form, there is a reference field named Company.
This company field has value but not showing on form, please refer below screenshot:
On Form:
In XML :
How can i resolve this issue?
Appriciate your quick help.
Thank you,
Priyanka

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2017 01:33 AM
The most common reason this occurs is that the sys_id stored in the record does not point to a valid record. In your case, the stored value is "Holcim Services EMEA", which most likely is not a valid sys_id. This can occur for example if a script sets the value and puts in the incorrect field.
Another common scenario is that the target record was deleted and the record containing the reference was manually imported after the deletion, for example via XML files.
Either way, you'll have to fix the references.