Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Smart search index for BizForm View modes: 
User avatar
Member
Member
Vladislav - 6/3/2010 4:19:55 AM
   
Smart search index for BizForm
Hello.

I have BizForm (and table "SomeTable" created by BizForm wizard).

I created for this BizForm document type as a container without custom fields.

Is it possible to create search index for data in "SomeTable"

Best regards,
Vladislav.

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 6/3/2010 8:10:59 AM
   
RE:Smart search index for BizForm
Hello Vladislav,

you could create a custom table and synchronize data from BizForm table by your custom functionality to this custom table. Smart search works for custom tables from the 5.0 version (http://devnet.kentico.com/docs/devguide/smart_search_defining_ct_index_content.htm).


Best regards,
Helena Grulichova

User avatar
Member
Member
Vladislav - 6/3/2010 8:33:31 AM
   
RE:Smart search index for BizForm
Thank you.

I knew about custom table, but hoped that there is opportunity to work with BizForm table directly.

Best regards,
Vladislav Markin

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 6/7/2010 6:00:01 AM
   
RE:Smart search index for BizForm
Hello,

BizForms are not considered for public view (they are neither editable on live site). They only are one-way forms for inserting data by users to admins. That is why we do not support the Smart search for them.


Best regards,
Helena Grulichova

User avatar
Member
Member
Vladislav - 6/7/2010 6:51:34 AM
   
RE:Smart search index for BizForm
Thank you for your explaination.

User avatar
Member
Member
Vladislav - 6/7/2010 11:08:35 AM
   
RE:Smart search index for BizForm
I solved this problem in this way:

Created custom table.
Created web part with CustomTableForm on it.
And now I can work with my custom tables as with BizForm tables and no problems with search.


User avatar
Member
Member
ctaleck IPAGlobal - 6/8/2010 3:53:17 PM
   
RE:Smart search index for BizForm
Created web part with CustomTableForm on it.
work with my custom tables as with BizForm tables
Just to clarify: are you using the BizForm module to create your form or are you creating your form manually on an .ascx user control?

User avatar
Member
Member
Vladislav - 6/9/2010 2:36:35 AM
   
RE:Smart search index for BizForm
After registering my webpart I use the form defined in custom table's Form tab.