Developer forum

Forum » Ecommerce - Standard features » Export Product list from a group

Export Product list from a group

Adrian Ursu
Reply

Hi Guys,

Is there any way to easily export the products from a Group by using a link in the right-click menu? Just like it happens for Users?

I need to let the admin export the list of products from the backend without having to edit a Data integration Job.

I have noticed there is a list of Module Specific jobs in the System menu. Can an export or import job be added there for Product Catalog?

Or maybe create a Data Integration job that allows for QueryString arguments? Like ?GroupNumber=xxxxx

Thanks,

Adrian

 


Replies

 
Dmitriy Benyuk
Reply

Hi Adrian,
You can create the data integration job with parameterized condition that can use the value from the url, so you could use it like ?GroupNumber=xxxxx
You read about this here.
Regards, Dmitrij

 
Adrian Ursu
Reply

Thank you Dmitri.

I tried first with a static conditional but it looks like I cannot filter by Group.

I have tried using the GroupID, the GroupName and the Group Number.

It returns zero results.

Do I need to enclose the string in double quotes or quotes?

I have chosen EcomProvider as source.

Thanks,

Adrian

 
Adrian Ursu
Reply

Correction.

It works by using the GroupID enclosed in double quotes.

However, It would be nice to be able to use GroupName or Group Number.

I will see If I can play with the Source provider.

Thanks,

Adrian

 

You must be logged in to post in the forum