DataPort and User-Defined values - HELP
DataPort and User-Defined values - HELP
I have a user-defined value set up ("VATNumber") - are these values export-able using DataPort??
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: DataPort and User-Defined values - HELP
I don't know how they would be if they are in a non-Able field or table. The dataport wouldn't know where to find them.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: DataPort and User-Defined values - HELP
If I do a simple export to XML of all users, its there..
But the fields aren't accessible in the default CSV export..
So how can I setup an XML template to generate a CSV showing these values??
Any help? It seems that the forum has become VERY quiet recently - a lot of questions have gone completely unanswered..
Code: Select all
<Settings>
<UserSetting>
<UserId>1</UserId>
<FieldName>VATNumber</FieldName>
<FieldValue>12345</FieldValue>
<UserSettingId>12</UserSettingId>
</UserSetting>
</Settings>
So how can I setup an XML template to generate a CSV showing these values??
Any help? It seems that the forum has become VERY quiet recently - a lot of questions have gone completely unanswered..

- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: DataPort and User-Defined values - HELP
There are some pieces of data that the Dataport doesn't export in the csv format because it is hierarchical data from more than one table.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: DataPort and User-Defined values - HELP
So, given that this version is intended for non-US businesses, where should the VAT Number for a trade customer be stored? The inclusion of the VAT Number is essential for export and SAGE report building..