Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Partial field deployment
System
Below is part of my data capture template:
<item name="section">
<label>Section</label>
<description>Section content</description>
<database searchable="f" deploy-column="f"/>
<replicant min="1" max="10" hide-name="f">
<item name="paragraphs">
<label>Paragraph</label>
<description>Max. 2000 chars.</description>
<database searchable="f" deploy-column="f"/>
<textarea required="t" wrap="virtual" cols="40" rows="10" validation-regex="^[\s\S]{1,2000}$"></textarea>
</item>
</replicant>
</item>
I want to deploy the first say 100 characters of the 1st. paragraph in this replicant to a database using datadeploy. What is the correct way of doing this?
Thanx, Burcin
Find more posts tagged with
Comments
There are no comments yet