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)
Extra container with text area in custom initiation form
anjani
Hi,
I am using workflow modeler 1.0.0.1 with Teamsite 6.7.1 SP1 on solaris enviournment.
For content option screen i have created the "custom_instantiation.cfg" file.
In the custom_instantiation.cfg i am getting an extra container with text area. The container contains the path of ile attached to the workflow.
I am not sure what is this container for. Also i don't want this container in my custom for.Could anybody please tell me how to remove this extra container from custom form.
Any help or pointer will be appreciated.
Thanks in advance,
A.S.
Find more posts tagged with
Comments
mstradling
The simplest way is to just hide it with FormAPI.
anjani
Hi,
Thanks for your reply. Yes we can use Form API to hide the container.But i am not sure how this extra container is comming in the custom form , as i can't see any code in the "custom_instantiation.cfg" file for this extra container.
Also this extra container is comming in the custom form when i am selecting a dcr and opening the custom form.But when i am not selecting any dcr and opening the custom form, there is no extra container.
So some how this extra container is managed,depending on the selection of dcr but i am not sure about that.
So can anybody help me to remove/hide this extra container in the custom .form
Any help or pointer in this regard will be appreciated.
Thanks,
A.S.
ads66
Check whether there is an child DCt being referred. I would suggest you to start looking in the js part and then into the DCT code.
Thanks
A
anjani
Hi,
I am not sure how to check if an child DCt being referred. Can you
please help me.
Thanks,
A.S.
oss_sonatype.png
Bill Klish
To remove the container for the files, update your workflow model and set the file comments property of the workflow model tree item to false.
anjani
Thanks for the reply. The solution you given by you worked.
Thanks,
A.S.