Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > Using the API to do a bulk upload / insert View modes: 
User avatar
Member
Member
Tillotto - 1/8/2010 9:51:22 AM
   
Using the API to do a bulk upload / insert
Hello,
In simple terms I have two documents, PLACE and WEATHER, and each PLACE can have a number of WEATHER documents under it.
I get the data for the WEATHER document from a file.
I'd like some advice on how to use the API properly.
I can get the id of the PLACE from the custom_PLACE table but I'm not sure how to use customtableitem with multiple columns to create the structure of the WEATHER document.
Mainly I can't work out from the documentation how to link the two together, so that using CMSDesk would show the WEATHER under the PLACE.
Is there an example anywhere of someone doing something similar?
Many thanks,
Richard

User avatar
Member
Member
Tillotto - 1/8/2010 10:15:55 AM
   
RE:Using the API to do a bulk upload / insert
Hello,

I had completely missed the "Complete Example" under TreeEngine. I shall peruse that first.

Sorry, sorry, sorry.