New CSNode Browse action returns zero records

Options

Orphan CSNODE:Root:ObjectsWithPrototypes:Objects:Nodes
override List actions = { 'Browse', 'Create', 'Delete', 'Update', 'Copy', 'Move', 'issue' }
override Boolean enabled = TRUE
override Integer type = 15000
override String type_name = 'customnode'
override Boolean container = TRUE
override List child_types = {557,749,751,0,1,131,136,140,144,202}

 call : http://<servername>/otcs/livelink.exe/api/v1/nodes/12345678/nodes
 i can able to get new node info but when i use above call it should result all the child-nodes as per override method.
runtime i can it executed the browse method . but i didn't return any thing.

 do i need to override the browse method for new csnode ? or any other configuration is missing.

Thanks
Appa.

Tagged:

Comments