I’m working on the drag and drop in skuid labs, and would like to make it a bit more reusable by publishing an event when an element is dropped that the builder could connect to. I feel like there must be a way but I haven’t found any options.
For example, if I drag and drop OpportunityA from Ready → In Progress, I could publish an event drop.inprogress
and have a listener in the builder that runs a row update action to change the status. I could also publish drop.closed
when it is moved to Closed that has a modal to select Closed Won, Closed Lost, modify the date, etc since it’s a more complex state change.