The "GX WebManager Usage" forum covers all topics concerning the actual usage of GX WebManager. Topics include using editor functions, content elements, workflow, authorizations, My WebManager, Media repository, Personalization, Page templates, etc.
I have made a query to make a list of all terms (table wmjellywebterm). Now a want to get the classification of a term. Where can I find the classifications in the database?
maybe something like this (in WM9) is useful to you:
select top 10 t.value as term, g.grouping as classification from wmJellyWebTerm t left join wmJellyWebTermGrouping tg on tg.webterm = t.id left join wmJellyTermGrouping g on g.id = tg.grouping
This is what we formally named a Closed Core Violation...or...
Though shall not query directly from internal GX Webmanager tables if there's an api that can give you the same result. And if no API, Any GX project has to have special approval before you can go down this path... Let's for instance assume you'd save an id from wmJellyContent in pre GX Webmanager 9.9. There comes versions in the Media Repository (GX Webmanager 9.9) and stuff probably won't work anymore...
So please... don't..;)
You can bet your WCB won't get certified bij GX if you do (see the WCB Guidelines why)
[quote=johnd]He's not telling us he want's to use it in a JSP. Maybe he just want an overview (for now)...
It's a common rule that quick fixes and dirty hacks somehow always make it to production code, to break the application at the least suitable time, ;).
This website (GXdeveloperweb.com) may discuss or contain opinions,
(sample) coding, software or other information that does not include GX
official interfaces, instructions or guidelines and therefore is not
supported by GX. Changes made based on this information are not
supported. GX will not be held liable for any damages caused by using
or misusing the information, software, instructions, code or methods
suggested on this website, and anyone using these methods does so at
his/her own risk. GX offers no guarantees and assumes no responsibility
or liability of any type with respect to the content of this website,
including any liability resulting from incompatibility between the
content of this website and the materials and services offered by GX.
By using this website you will not hold, or seek to hold, GX
responsible or liable with respect to the content of this website.