Enhancement
Major
Detail
Major
Detail
In the Script Recorder, the user can record the selection of any number of elements. If the component supports multi-selection, then in case of a single-element selection, the script recorder will record the set of this object
{{#!xml <selection> <selectee config:interface="com.top_logic.layout.scripting.recorder.ref.value.ListValue">
<list>
<entry config:interface="foo.bar"/>
</list>
</selectee> </selection> }}
instead of just the selected object itself on
{{#!xml <selection> <selectee config:interface="foo.bar" /> </selection> }}}
Recording and then playing back the multiselection in tables does not work. The table does not take over the multiselection during recording.
Test
Generate demo data and then in the Technical Demo > Components > Tables and Trees > Table view, open the script recorder and enable recording. Then configure multi-selection for the table and select, for example, two elements by CTRL and then play the recording.