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)
How to generate <item> from callout
Trina
I know that we can generate the <option ...> using callout cgi. But is it possible to have the callout cgi to generate the following xml tags and show up when new DCR is initiated.
<item name="ABC">
<checkbox required="f">
<option label="efg" value="efg"/>
</checkbox>
</item>
Thanks in advance.
Find more posts tagged with
Comments
Jens
I don't know if it works with cgi-callout, but maybe you can use the inline-command !?
<inline command="PATH_TO_PERL/iw-perl/bin/iwperl PATH_TO_SCRIPTS/script.ipl" />
-- Jens
Adam Stoller
A callout will not generate DCT fields.
An inline can be used to generate DCT fields.
FormAPI can be used to programmatically hide/expose DCT fields based on other actions which have taken place within the DCT.
--fish
(Interwoven Senior Technical Consultant)