EDM-Search specific Nodes in Viewpoint/Hierarchy using Business logic
Summary:
We are trying to implement a Business logic for Property (TestLogic) in EDM and need guidance on how to replicate a similar functionality that exists in DRM.
Scenario:
Node Name 1: 12345
Node Name 2: 12345IC
We are writing a property logic for node 12345. The requirement is to check whether a corresponding node with the suffix "IC" (for example, 12345IC) exists within the same Viewpoint/Hierarchy.
Expected Result
For node 12345:
Return 1 if node 12345IC exists in the same Viewpoint/Hierarchy.
Return 0 if node 12345IC does not exist.
In DRM, this requirement was achieved using the NodeInHier function, which allows validation of a specific node's existence within a hierarchy.
0