Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Default in datacapture
System
Hi,
In datacapture item i am setting some default value for admin only. While i am viewing DCR as a admin i am getting default values but while i am editing it is not taking default values .Any suggestion on this
Thanx in advance
Find more posts tagged with
Comments
chandub
Can you put the code which i think will make things clear.
Is the item looks like something like this in datacapture.cfg file?
<item name="Address">
<label>Address</label>
<text required="t" size="50" maxlength="50" >
<default>SingTel</default>
</text>
</item>
Chandra
Migrateduser
Hi ,
Thanks for your reply. This code i am using
<item name="Name " rowcontinue="f">
<label>Name</label>
<select width="10">
<allowed>
<or>
<cred role="admin"/>
<cred role="master"/>
</or>
</allowed>
<option selected="t" label="firstname" value="firstname"/>
<option label="nofirstname" value="nofirstname"/>
</select>
</item>
It is working while i am viewing it is taking default but it is not taking default value while i am editing.Is it the right way to do ?
Edited by krishna1288 on 11/14/02 07:06 AM (server time).