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 fill the combobox in DCT
Glass
would you mind instructing me below question:
there are not any option in the item->select, but when i create new form, the options appear dynamically.
< replicant min="0" max="5">
< item name="_FIELD_4_" required="f">
< label>Module type
< description> Choose module type
< select required="f" multiple="f"/>
< /item>
< item name="_HIDDEN_4_">
< hidden>
< text required="f" size="80"/>
Module
Choose module
Find more posts tagged with
Comments
kshitiz
What options are appearing? Have you checked if there is any FormAPI code in your DCT that is adding options to your select item?
kaalraa
What is/are the method you had used to populate the values within combo box?
ansari1279
Hi,
I think better solution is to write an Inline command and call it in combo Box. For Inline command you can refer teamsite developer pdf's. Inline command should return substitution xml. I hope this may help.
Kind Regards,
Assu
Glass
Thank all of you, i got it.