POS - Link to another extension

Hey,

Is it possible to make a link (i.e. button and/or selectable) to another extension. Example in extension that displays in customer details pos.customer-details.block.render we want to have a link that moves us tou our other modal extension pos.home.modal.render Is it possible to do it in POS extensions?

Hi Robert,

You can launch a modal on the customer details block surface using the ActionAPI as long as this modal is targeting the pos.customer-details.action.render surface.

Victor

@Victor_Chu is there any way to link to pos.home.modal.render (home screen modal instead?)