EntitiesByParent()

Returns all child entities of specified parent using the specified hierarchy.

Syntax

EntitiesByParent(entity name, hierarchy name)
  • entity name: type of entity
  • hierarchy name: name of hierarchy

Example

EntitiesByParent(“Field7”, “Hierarchy 51”)

Definition 2

Returns all child entities of the specified type of the specified parent entity using the specified hierarchy.

Syntax

EntitiesByParent(entityName, hierarchyName,  entityTypeName)

Example

EntitiesByParent("Field 7", "Hierarchy 51", "Well")

Definition 3

Returns all child entities (or opportunities) of the specified parent entity using the specified hierarchy.

Syntax

EntitiesByParent(entityName, hierarchyName, isOpportunity)

Example

EntitiesByParent("Field 7", "Hierarchy 51", False)

EntitiesByParent("Field 7", "Hierarchy 51", True)