This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Show item after create action

brueegg - Tuesday, January 4, 2011 6:55 AM:

Hello together

I have an action on the item type Document which creates a new connected item.

Now I have the problem to show this item after the creation. I have set the Location in the action to Main. With the debugger I'm able to see the result until the end. 

What I'm doing wrong? Is there a function to show the Item after creation? I also checked if it does a different with or without Auto Search.

Thanks a lot for all suggestions

Happy new Year to everybody :-)

---------------------------------------

// End of Button Action

top.setReturnValue(results);

top.close();

return this; 

---------------------------------------

//End of Show Form

var res = showModalDialog("ShowFormAsADialog.html",param,"dialogHeight:" + height + "px; dialogWidth:" + width + "px; " +"status:0; help:0; resizable:1; scroll:0;");

return res;

---------------------------------------