how to refresh a embeded list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2016 05:01 AM
I need to refresh the embeded list( of table pq) which is kept on other table(xyz) form. I am inserting values of xyz into the pq table with mapping fields through script.
The values are inserting into the table pq but its not showing in the embeded list on time. When I am reloading the page ,the values are shown in the embeded list.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2017 08:06 AM
Sorry for the confusion. That's not the relationship I was referring to. I was talking about the reference field that relates the child table to the parent table. As in this example, where the problem_task.problem field is a reference to the parent problem table. If I were modifying problem_task records on the embedded list on the problem form, I need to ensure the problem_task.problem field is set to the current.sys_id so it shows up on the list.