Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > alternate bizforms View modes: 
User avatar
Member
Member
neil-fourmangos - 12/21/2009 6:28:27 PM
   
alternate bizforms
Hi,

I have a bizform with let's say 10 columns of data.

I want two forms for this data. 1 dumps data into 7 columns while the other form can control all 10.

I'm thinking that's what alternate forms does and I've built one but I can't seem to reference it anywhere so that I can "use" the form on the data. What am I missing?

Thank you in advance!
-Neil

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 12/28/2009 5:38:27 AM
   
RE:alternate bizforms
Hi Neil,

you can specify alternative form name in format 'ClassName.AlternativeFormName' (e.g. BizForm.ContactUsASPXForm.MyForm) into 'Alternative form name' property in 'configuration' section of web part in Portal engine, or 'AlternativeFormFullName' property if you use web part on ASPX templates.

Best Regards,

Martin Dobsicek