Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Use custom transformation in BizForm View modes: 
User avatar
Member
Member
eric.savage-clyral - 12/19/2012 3:55:29 AM
   
Use custom transformation in BizForm
I am trying to use a custom transformation in the default value field of a bizform. The transformation works elsewhere in the site but not like the following:

{% MyTransformation %}

Is there some way to enable that behaviour, or do I need to write that in a different custom format? MyTransformation sits in the CMSTransformation partial class as either a property or a method (neither work).

User avatar
Kentico Support
Kentico Support
kentico_janh - 12/19/2012 5:33:59 AM
   
RE:Use custom transformation in BizForm
Hello,

If you want to apply a transformation in a macro, you have to call it in the ApplyTrasformation method over some collection as it is described in our documentation. However I recommend you to create a custom macro instead.

Best regards,
Jan Hermann