Try our conversational search powered by Generative AI!

Integrating external datasource, best practise?

Vote:
 
I have an SQL database with approx. 150,000 products. I have created a "view product details" pagetype, and created one page using this pagetype. The page simply use a "product id" http query string parameter to fetch the external data. Obviously, this works just fine only when read-only access is required, but what is the best way to enable WebEditors to edit product details using EPiServer standard Editmode? The only way I can think of right now is importing the products into 150,000 pages in EPiServer. Seems overkill, does it not? Is there a better way? Thank you.
#12564
Mar 23, 2006 20:09
Vote:
 
My suggestion is to seperate publishing from product managment, guess they already have a good tool for thier product catalog (or else you got a great sales lead..;) If they still want to do this, I would build a plug-in that would be enabled on the "view product details page", and through this plugin let them manipulate the product details. I would not import all 150,000 product into EPiServer and use the editor to manage the details, its not a suitable tool for a product catalog so you would keep the external system. It would be a nightmare to sync the contents between episserver and the external systems.
#14513
Mar 24, 2006 8:30
Vote:
 
Do they have to be able to edit all products? Is there some structure in the products, say in categories and sub-categories, or accessories for the products? We have a solution that has some "main" procucts, which are created as pages in epi, and all accessories to this product is then dynamically fetched from the external datasource, based on the product id on the page in epi. Frank :)
#14514
Mar 24, 2006 8:31
Vote:
 
Read this WhitePaper it will perhaps help You. http://www.episerver.com/downloads/Documents/WhitePapers/English/EPiServer%204.51/Open%20Development%20Architecture.pdf /Per Hassle
#14515
Mar 24, 2006 8:34
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.