I have this code on a mapping from a Service Response $ to a mobilecollapsblock:
element.on("click", function () {
Apperyio.storage.selected_job_lineitem.set(value);
});
but it does not work like it does on lists, probably because the collapsblock and collapsblockheader are separate things and $ cannot be mapped to header.
I want to get AT LEAST the id of the record that shows in that collapsible block and save it so LSV when the collapsible block header is clicked. How can I do that?