Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > How to allow users to edit BizForms data View modes: 
User avatar
Member
Member
main-it - 5/26/2009 10:16:29 AM
   
How to allow users to edit BizForms data
Hello,
I need to allow users to edit BizForms data within the web site (Portal Engine mode) avoiding them to access to CMSDesk, Tools, BizForms.

In other words, is it possible to create a page/menu item that opens "~/CMSModules/BizForms/Tools/BizForm_Edit_Data.aspx?formid=XXX" inside the master page's page placeholder?

I created a page template (menu item) setting URL redirection to ~/CMSModules/BizForms/Tools/BizForm_Edit_Data.aspx?formid=XXX. This works fine from the redirection point of view, but what I need is to keep user "inside" the portal.

Many thanks for any idea.

Regards.

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 6/9/2009 9:25:52 AM
   
RE:How to allow users to edit BizForms data
Hello,

You could eventually load page in iframe. I think you will also need to set this page to be accessible for public users in ~\CMSModules\web.config file.

Best Regards,

Martin Dobsicek

User avatar
Member
Member
main-it - 6/10/2009 1:10:20 AM
   
RE:How to allow users to edit BizForms data
Hi Martin,
thank you for your answer.

Yes, that's what I finally done but I thought there was a more elegant solution based on Kentico's components.

Kind regards,
Marcello