Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > How to consuming BizForms data in webparts View modes: 
User avatar
Member
Member
main-it - 5/26/2009 11:27:13 AM
   
How to consuming BizForms data in webparts
Hello,
I have another question about BizForms.

Is it possible to consume/use BizForms data inside a standard web-part (with Portal Engine)?

For example: I have a bizform with some records and I need to display a field named "myLongComment" using a ScrollableText. The ScrollableText web part should read the records in my BizForm and scroll them showing the myLongComment field.

Is it possible? How?

Many thanks.


User avatar
Kentico Developer
Kentico Developer
kentico_martind - 6/6/2009 6:14:14 AM
   
RE:How to consuming BizForms data in webparts
Hello,

You can create copy of ScrollableText web part and modify it to ensure this functionality. Basically you will need to replace CMSRepeater placed on this web part with query repeater with custom query that will acquire data from appropriate BizForm table.

Best Regards,

Martin Dobsicek

User avatar
Member
Member
main-it - 6/8/2009 1:56:24 AM
   
RE:How to consuming BizForms data in webparts
Hi Martin,
many thanks for your tip. I will try it soon.

Kind regards,
Marcello