# Create new Detail Window from detail Window Tab

**URL:** https://forum.shopware.com/t/create-new-detail-window-from-detail-window-tab/36345
**Category:** Administration
**Created:** [26. April 2016 um 13:04 UTC](https://forum.shopware.com/t/create-new-detail-window-from-detail-window-tab/36345 "2016-04-26T13:04:23Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jfrade](https://avatars.discourse-cdn.com/v4/letter/j/b77776/32.png) [@jfrade](https://forum.shopware.com/u/jfrade)
#### Post date: [26. April 2016 um 13:04 UTC](https://forum.shopware.com/t/create-new-detail-window-from-detail-window-tab/36345/1 "2016-04-26T13:04:23Z")

</div>

Hi, thank you in advance,

I’m a new baby in shopware and I’m trying to create create a new detail window when I click in the detail icon in a list.&nbsp;

To explain better the situation is as follows:

I’m extending an app in &nbsp;the backend, (the customers App), so far I created another tab to list the contents of a table associated to the customer ID, in that list I can delete rows but&nbsp;when I click in th e Edit icon call for the right action but wont open the detail window.

Can anyone give me some pointer please.&nbsp;

Thank you

jfrade

---

<div class="post-metadata">

### Author: ![zeljko](https://avatars.discourse-cdn.com/v4/letter/z/7ab992/32.png) [@zeljko](https://forum.shopware.com/u/zeljko)
#### Post date: [9. November 2018 um 09:41 UTC](https://forum.shopware.com/t/create-new-detail-window-from-detail-window-tab/36345/2 "2018-11-09T09:41:23Z")

</div>

```
 If they are under same controller and registered under same subscriber this shoud do it. Ext.create('Shopware.apps.Prepare.view.multiPrepare.Window', { productNumbers: productNumbers }).show();
```
