Form values are not visible on the list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2024 02:04 AM
Hi All,
Having a requirement,
on the alm_license table we created a new custom field and tried to populate value the license allocated through onChange script based on the values of the total purchased rights and the available rights on the table.
that value we can see on the form view but the value we are populating there is not visible on the list view.
required suggestions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2024 02:40 AM
the field is visible on the list view the value we are trying to set the through on change is not visible which is visible on the form view.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2024 02:44 AM
Thank you, it looks like your onChange script is not actually updating the record.
Can you please paste your code into a reply to this message?