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)
DCT
System
Hi,
I would likely to open DCT in another DCT. For example.
I have Category and Config two datatypes.When ever user enters data in Category he wants button to open Config. Right now they are entering data seperate for Category and config.Still they want to save data separately.
Can any body suggest me how to do this.
Right now i am using Teamsite5.0.
Is there any with FormAPI in 5.5
Thanx in advance.
Find more posts tagged with
Comments
Migrateduser
I think you could add a callout (to get the button) and an onCallout (or something like that) FormAPI function that executes a window.open and/or sets some variables and does a form.post to another window with the target being a URL that accepts the form parameters and opens the appropriate DCT.
Migrateduser
Thanx John