transformation - Kentico display category ID -


is possible display category id in current product document transformation in kentico? maybe there simple solution, <%# eval("categoryid")%> ?

you need create custom function transformation. in eval can use fields in view view_cms_tree_joined. if using category selector given document type, can use name of field. if using default categories on properties tab, these linked via cms_documentcategory table - so, in custom transformation function need category id based on current document id.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -