Well i exactly didn't know where to post this? its more like Workflow and Form API. I have handler set on Finish Button, this actually saves the DCR with some random name, I want to Invoke a workflow at this very stage. Please don't say "tt_data" that is not what i want. Cuz i would be having this as a must thing, but a part form that what generally happens is1)You click finish, DCR gets saved2)The next window is SubmitNow/Submit later.3)You will select "Submit Now" and click next then the worflow template will show up.I don't want this, i want to get rid of step2. I have searched devnet and support site, there were examples of invoking the workflow as a master with the URL, but none of them have any example of how to invoke it in the Javascript after i click finish. Can anyone point me to that example if there is any.Thank you
Hi,My query is very much similar to this.That is, when user clicks on finish button, the popup window should open stating that "Do u want to preview".If yes, the preview should openIf no, the normal publish should happen.Pls help me to wat handler to use to control the finish button. Also, pls let me know where can i find good documentation/links on FormAPIs, so that i can learn more on my own.
How about using the syntax to preview the page.top.getDCFrame(self).datacapture_buttonframe.doPreview(pt);
...But it works for with SAVE also.
I am not able to acheive it by using either of these commands or events...
Hi ISCBoris,That code is really smart!!! but i ve managed to bring the same from onclose event.But now i ve no clue on how to get the preview page while clicking on "YES" on the confirmation popup.Is there any seperate tpl has to written for tat..(If yes, can we do without writing sepearte tpl)SARA
If you find any other solution...