# Remote url json data in combo box

**URL:** https://forum.shopware.com/t/remote-url-json-data-in-combo-box/19036
**Category:** Shopware 3.5
**Tags:** programming
**Created:** [13. März 2014 um 11:18 UTC](https://forum.shopware.com/t/remote-url-json-data-in-combo-box/19036 "2014-03-13T11:18:59Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![developer-007](https://avatars.discourse-cdn.com/v4/letter/d/51bf81/32.png) [@developer-007](https://forum.shopware.com/u/developer-007)
#### Post date: [13. März 2014 um 11:18 UTC](https://forum.shopware.com/t/remote-url-json-data-in-combo-box/19036/1 "2014-03-13T11:18:59Z")

</div>

Hi I am getting error in my code for combo box with json data. [quote] Ext.define(‚Shopware.apps.ProductField.view.detail.Window‘, { override: ‚Shopware.apps.Article.view.detail.Window‘, createDescriptionFieldSet: function() { var me = this, fields = me.callParent(arguments); fields.add({ /\*\*\*\* Here i want to add combo box with json data from other domain url \*\*\*\*\*/ }); return fields; } }); [/quote] How can i add that combo with json data with other domain url
