How to implement DRM functions in JavaScript ?
DRM consist of many functions which can be used along with Formula. How can we use them in JavaScript ?
- DualAncestorProp
- HierNodePropValue
- NodeExists
- NodeInHier
- NodePropValue
- RangeListContains
- IsNodeAbove
- IsNodeBelow
- IsNumeric
- IsRangeListSubset
- Length
- ChangedBy
- ChangedOn
Also how can we identify under which object which function comes (like Sys,node)? Few can be straight forward in JS like Length function and few can be accessed by properties like ChangedBy, however in DRM it’s defined as function hence it should be accessible via some object.