Is there a way to retrieve category definition with a given category id in OScript? I am expecting a result similar as "catinfo:definition" returns in WebReport.
Hi,
If you’re using CSIDE you can see how the tag itself implements this in OScript there. Have a look at the Execute script in RKTENGINE:RKTEngineRoot:All Tags:Sub-Tags:CATINFO. Should probably point you in the right direction, hopefully.
Cheers,
AK
From: eLink Entry: Content Server Development Forum <development@elinkkc.opentext.com>Sent: Thursday, October 11, 2018 3:54 PMTo: eLink Recipient <devnull@elinkkc.opentext.com>Subject: OScript get category definition
OScript get category definition
Posted bydluo@stellarservices.com (Luo, Dong) On 10/11/2018 03:51 PM
[To post a comment, use the normal reply function]
Forum:
Content Server Development Forum
Content Server:
My Support
Thank you. $LLIAPI.AttrUtil.AttrDefGet is the key function, which is not available in CS10, but its code works great after I copy the function there.