I am already making quite complex client-side and server-side manipulations to the child table data model. What isn’t clear to me is how to tweak the displayed/viewable representation of the data in the list.
Could I ask you to show me a snippet of how to update a List View value of a child table?
Sorry to confuse you. You are right, List View is a confusing term.
That’s true. except that child doc fields have a setting In List View
So I was referring to the list (table) representation of child docs when viewing the parent document.
What I have:
The parent DocType is “Route Planner”.
The child table DocType is “Route Stop”.
The status field is defined in “Route Stop”, with In List View set true.
Route Planner shows a number of header fields followed by the table of Route Stops.
In four steps:
The Route Stop status field is altered by script
The status field in the table row representation will not show the alteration
If the user opens the detailed view of the table row the correct status will show there
When the user reverts to looking at the parent document again, the Route Stop status field will have been corrected.
I am trying to find the JavaScript technique to add to my code in step #1 to change not only the data value of the status field but also the list view representation of it, to correct the defect of set #2.