Is there any way to have the next button call a 2nd DCT when using CCstd.. so it would close the 1st DCT (like it does out of the box), but then go to the next dct, like daisy-chained..in my situation, there are times when I need to have a 2nd DCT called (its a totally seperate DCR).technically its probably OK if you first choose submit (next action), then choose a workflow called "create 2nd DCT content" (for example).. but I dont seem to see any way to pop-open the 2nd DCT automatically.. I know I can use a URL Command to launch a 2nd DCT from a button or an email, but I am trying to make it as seemless for the user as possible..thanks.
Why don't have this as a workflow with two CGI tasks. Set the form action of the CGI's to "iw-cc/newform" with hidden vpath field, and then set the 2nd CGI's immediate attribute="t". I don't know if this is what you wanted. Pradeep
so your saying do the whole thing as a workflow from end to end, so instead of New Form Entry, use new Job?- Jon
Yup. Also you might also try to capture onSaveDone event and then redirect to the new form. Probably you have to dig into some FormAPI.Pradeep