Launching App and Firing Events in different views

Hi, I am fairly new to Kinetic and hoping someone here could help me out. I created a dashboard that pulls in shipments that are ready for customer and subcontract shipments. The thought process behind the dashboard, is it provides visibility for our shipping department with items that are ready to ship/at the dock, and the dashboard clearly tells them if its a customer shipment or subcontract shipment. The user the clicks the row from the table if they are ready to ship it, and depending on the type of shipment it opens up either the supplier/subcontract shipment view. That part works great, but when I get to the customer shipment view is there a way to fire events that are on the customer shipment view (to create a new pack) or do I have to recreate those events (events that are in customer shipment view) in my view?

Define what you mean by the Customer Shipment “View” vs Subcontract “View”. Are these different forms you created? Slide-Out panels?

My thought here would be to have an app-open event. So if you click on a Customer Shipment, it opens a slide-out panel (or new browser tab) which is populated with Customer Shipment Entry. Then, all the native CSE event should already be there and functioning.

If they click on a Subcontract Shipment… an app-open opens up Subcontract Shipment Entry.

I’m not sure how you’re triggering that event, but you may only need one event with a condition. If the selected row is Customer Shipment (True): app-open Customer Shipment Entry. If false, app-open Subcontract.

And welcome to the forum, by the way!

Thanks! This site has been very helpful so far!

The dashboard sends the user (pop out panels) to the out of the box customer shipment or subcontract/supplier UI. This works, but my issue is once I send the user to the customer shipment, I would like for it to automatically create a new pack.
image

So is there a way to fire events that exist on the customer shipment page?