Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > Document Types Forms by culture?? View modes: 
User avatar
Member
Member
eagleag - 2/16/2010 8:22:46 AM
   
Document Types Forms by culture??
Hi,
How can I create 2 FORMS for my document type and have a different one display for each culture?
or how can I have a document type the expose only the fields I want in each culture?

THANKS :)

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 2/16/2010 11:38:22 AM
   
RE:Document Types Forms by culture??
Hello,

You can try to enter the following macro in the code name field of the bizform:

{%currentpageinfo.documentculture|(equals)en-US|(truevalue)form1|(falsevalue)form2%}

Where on the en-US culture the form1 is displayed and otherwise the form2 is displayed.

Best regards,
Boris Pocatko

User avatar
Member
Member
eagleag - 2/16/2010 12:42:56 PM
   
RE:Document Types Forms by culture??
how can enter that for the form on CMDESK -> FORM (tab) ?

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 2/16/2010 1:02:54 PM
   
RE:Document Types Forms by culture??
Hello,

I am sorry, I misunderstood your requirement. Regrettably this feature isn't provided.

Best regards,
Boris Pocatko