I have a popup that happens from an action sequence. The popup appears to be unaware of its context. I manually call it using a html a href link with javascript from a template field in a table row using javascript:skuid.actionSequences.getByName('ActionSequence').run({'Id':'{{{Id}}}'});
A workaround I’m trying to do is pass the ID to the action sequence, which then updates a UI model’s field “SelectedRow”, then I’m trying to use the Id = that ID in that model, but I can’t use “field from another model” in the context here. Is there a way to do this with the XML? Or some other way I can pass context to my popup using this method? I want people to be able to click on a specific field and have that open a popup with particular context/settings to edit not that field, but a related field on the row.
If anyone has any ideas it would be very helpful. Thanks!