How to Access Javascript Methods & Properties for Hierarchy or Version Objects from a Node Level Derived Script Property
(Doc ID 1949419.1)
Last updated on JANUARY 11, 2023
Applies to:
Hyperion Data Relationship Management - Version 11.1.2.3.000 and laterInformation in this document applies to any platform.
Goal
A node level Javascript based property in DRM has automatic access to a Javascript object named node of the NodeObject type which has properties and methods related to nodes.
You can also access objects of the VersionObject and HierarchyObject types from an object of the NodeObject type. The goal of this document is to show how you can access DRM hierarchy or version level Javascript properties & methods from within a node level derived Javascript (Script) property.
The examples are not intended to solve any real world business problems they are intended to be used as 'proof of concept' scripts to give an idea of possibilities that are available.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |