Page 1 of 1

Node Services

Posted: September 1st, 2021, 10:55 am
by SumanPrasad
Use node services to manipulate EP XML data structure. Search on ‘node services’. All services are clearly named for what they do. See below each one one of them with examples. You can also upload attached method and see it in action.
Node Services.xml
(243.94 KiB) Downloaded 383 times
Node Services.xml
(243.94 KiB) Downloaded 383 times
CreateServiceNode
Tips: Should use this service to create variables that you want to use in the logic later on.
CreateServiceNode.png
CreateServiceNode.png (71.12 KiB) Viewed 5465 times
CreateServiceNode.png
CreateServiceNode.png (71.12 KiB) Viewed 5465 times
Use this service to add a new child to the parent node or modify the existing child node.
InsertAndUpdateNode.png
InsertAndUpdateNode.png (87.54 KiB) Viewed 5465 times
InsertAndUpdateNode.png
InsertAndUpdateNode.png (87.54 KiB) Viewed 5465 times
DeleteNode.png
DeleteNode.png (79.78 KiB) Viewed 5465 times
DeleteNode.png
DeleteNode.png (79.78 KiB) Viewed 5465 times
MergeNodes.png
MergeNodes.png (85.71 KiB) Viewed 5465 times
MergeNodes.png
MergeNodes.png (85.71 KiB) Viewed 5465 times
Tips: If you want to create a list with two different databases, this is very useful.
SubsetExistingNode.png
SubsetExistingNode.png (90.3 KiB) Viewed 5465 times
SubsetExistingNode.png
SubsetExistingNode.png (90.3 KiB) Viewed 5465 times
CreateServiceNodeFromExistingNodes.png
CreateServiceNodeFromExistingNodes.png (93.04 KiB) Viewed 5465 times
CreateServiceNodeFromExistingNodes.png
CreateServiceNodeFromExistingNodes.png (93.04 KiB) Viewed 5465 times
This is like a duplicate node service.
CreateServiceNodeFromXml.png
CreateServiceNodeFromXml.png (68.42 KiB) Viewed 5465 times
CreateServiceNodeFromXml.png
CreateServiceNodeFromXml.png (68.42 KiB) Viewed 5465 times
This is just like CreateServiceNode but you use XML to create your nodes.