CurrentParent()
Returns the name or the alias of the parent entity of the current entity from the current context. Parent entity is defined by entity type and hierarchy.
Syntax
CurrentParent(entity type, hierarchy name)
- entity type: type of parent entity
- hierarchy name: name of hierarchy
Example
CurrentParent(“Field”, ”Hierarchy 51”)
Returns the name of the current entity's parent of type "Field" from hierarchy "Hierarchy 51"
Example
CurrentParent(“Field”, ”Hierarchy 51”, "Alias")
Returns the alias of the current entity's parent of type "Field" from hierarchy "Hierarchy 51"