What I ment was not having to assing a class or scripting Navision classes automatically to Commerce Server, not having to "double work" and entering the Categories in Com. Serv.
OK now it is a little bit more clear. Sorry, but currently there is no way.
But you may do this by generating a XML file in a specific structure and import that into Commerce Server.
The structure depends on:
- Commerce Server version (incl. SP and feature pack)
- Product and Category definitions
Comments
there is one (and only one) way. But then the items are NOT in any catalog which means that they are not in any Commerce Server Internal Tables.
You just have to change the table name which you find in the synchronization codeunit from "ITEM" to something else e.g. "ITEMS".
HTH,
Rainer
OK now it is a little bit more clear. Sorry, but currently there is no way.
But you may do this by generating a XML file in a specific structure and import that into Commerce Server.
The structure depends on:
- Commerce Server version (incl. SP and feature pack)
- Product and Category definitions
HTH,
Rainer