Node Services

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
SumanPrasad
Posts: 88
Joined: August 26th, 2021, 5:21 pm
Contact:

Node Services

Unread post 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 285 times
Node Services.xml
(243.94 KiB) Downloaded 285 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 5063 times
CreateServiceNode.png
CreateServiceNode.png (71.12 KiB) Viewed 5063 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 5063 times
InsertAndUpdateNode.png
InsertAndUpdateNode.png (87.54 KiB) Viewed 5063 times
DeleteNode.png
DeleteNode.png (79.78 KiB) Viewed 5063 times
DeleteNode.png
DeleteNode.png (79.78 KiB) Viewed 5063 times
MergeNodes.png
MergeNodes.png (85.71 KiB) Viewed 5063 times
MergeNodes.png
MergeNodes.png (85.71 KiB) Viewed 5063 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 5063 times
SubsetExistingNode.png
SubsetExistingNode.png (90.3 KiB) Viewed 5063 times
CreateServiceNodeFromExistingNodes.png
CreateServiceNodeFromExistingNodes.png (93.04 KiB) Viewed 5063 times
CreateServiceNodeFromExistingNodes.png
CreateServiceNodeFromExistingNodes.png (93.04 KiB) Viewed 5063 times
This is like a duplicate node service.
CreateServiceNodeFromXml.png
CreateServiceNodeFromXml.png (68.42 KiB) Viewed 5063 times
CreateServiceNodeFromXml.png
CreateServiceNodeFromXml.png (68.42 KiB) Viewed 5063 times
This is just like CreateServiceNode but you use XML to create your nodes.
word count: 245

Tags:
Post Reply