11-29-2009 01:19 AM
12-02-2009 07:26 AM
Meanwhile, is there any simple example of how to add a contentless data using a webscript.
Say for ex: I want to create a department which has name, location and description. I will create a custom content model for this. How to insert/update/delete/read this data using webscript ??
Any pointers can really help.
12-03-2009 05:42 AM
Meanwhile, is there any simple example of how to add a contentless data using a webscript.There is no "simple example" because many steps/services/components are involved and a simple example is not enough. So I'll explain a few things and react to your questions.
Say for ex: I want to create a department which has name, location and description. I will create a custom content model for this. How to insert/update/delete/read this data using webscript ??
Any pointers can really help.
<?xml version="1.0" encoding="UTF-8"?>
<results>
<query>
<count>4</count>
<maxResults>0</maxResults>
<returned>4</returned>
<query/>
</query>
<item>
<id>workspace://SpacesStore/1e07f303-db69-11de-9fde-adb9e3c8d923</id>
<value>Langue fr_FR</value>
</item>
<item>
<id>workspace://SpacesStore/33ee074a-db69-11de-9fde-adb9e3c8d923</id>
<value>Langue en_US</value>
</item>
<item>
<id>workspace://SpacesStore/4745cf91-db69-11de-9fde-adb9e3c8d923</id>
<value>Langue en_GB</value>
</item>
<item>
<id>workspace://SpacesStore/8e654b5a-ddd1-11de-914b-219683673b8d</id>
<value>Langue it_IT</value>
</item>
</results>
12-03-2009 12:53 PM
12-04-2009 01:20 AM
12-04-2009 06:57 AM
12-06-2009 01:25 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.