The field value is not populating on the form level
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 02:59 AM
Hi all, I am facing one issue when the record is created from another table the field value is populating on the list view but while i am opening that record the value is not populating on the form level.
what may be the reason for this issue. can anyone help me regarding this issue.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 07:18 AM
Is the field on the list the same field on the form or are one of them dotwalked out. Usually when this type of behavior is present, it is due to the Labels being the same, but the field isn't actually the same and one is dotwalked out from another table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 10:55 AM
This can be Display Value issue . If you are populating this using script make sure you workflow is populating a display value instead of the sys_id for that field
if this is a reference field, so you'll need to populate the sys_id..
If my answer helped you in any way, please then mark it as helpful or correct ✔️. This will help others finding a solution.
Thanks,
Raj