I am building a Universal custom component for a ticket subject. The component renders an Impact x Effort matrix from the DataSet received through the documented custom component postMessage context.
The next thing I would like to do is make interaction work with regular Thinkwise components. Ideally, when a user clicks a marker in the custom component, I want to set the current/selected row of the same subject to that ticket, so a normal Form component in the same screen type updates automatically.
Is there a documented/supported way for a custom component to tell Universal: select row ticket_id = 4535 for the current subject or to trigger the same behavior as selecting a row in a Grid/Card list?
I know that when you have a grid, i f the current Thinkwise row changes, Universal sends updateDataRow and I could highlight a marker in my custom component matrix (Grid → Custom component). But I want to do it the other way around basically (Custom component → Form).
I thought about using a Go to row action, but since it is a UI action I don't think it will work if the custom component calls the API to start a process flow.

