Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Searching from within OScript
Hannah_White_(sglcuser17a_-_(deleted))
I am trying to perform a search of a particular node (defined by us) from within an oscript function. It seems to me that the ApplyQuery LLAPI function would be appropriate but not from Oscript. Could anyone point me in the right direction to setting up such a search.ThanksMike Bray
Find more posts tagged with
Comments
Application_Services_FUJITSU_(fuji_ware05_-_(delet
Try to use the function$LLIAPI.NodeUtil.ListNodes()With this you can find all nodes from DTree (or other tables) specifying the query to filter out the wanted records...
Hannah_White_(sglcuser17a_-_(deleted))
Thanks for the pointer. This gives you the list of nodes which is useful. I wish to expand on this an actually find a node with a particular value in a field in the Extended Data field. Really it is:Type = 'nodetype' and field='value'