Page 1 of 1

Property Groups - Form Element - SuggestBox

PostPosted:Wed Mar 21, 2012 12:26 pm
by a.szymanski
Hi,
First of all I want to thanks developers for such nice product. I've started playing with OpenKM, and basically every functionality works perfect.

What I want to clarify is as in written in subject : SuggestBox field type, and valueQuery: .
Am I understanding right, can you query field values against database using hibernate ? If yest , can be queried database of other application ? How efficient is that ?

Are the values of Property Groups saved anywhere in database ? or can I save them in database, and pull when needed ?

Thanks for help,
Arek

Re: Property Groups - Form Element - SuggestBox

PostPosted:Thu Mar 22, 2012 7:48 am
by jllort
Query in suggest box uses database metadata and can not be used other. You must create in OpenKM database metadata the correct structure and then make queries with suggest box, that's the idea.

Re: Property Groups - Form Element - SuggestBox

PostPosted:Sun Mar 25, 2012 5:03 pm
by pavila
More info about Database Metadata at http://wiki.openkm.com/index.php/Database_Metadata.