Parent and Base element difference

Rams_2022
New Contributor II

Hi OS Experts, 

I need to make "AllowAdjustments" to FALSE (from TRUE) for Parent elements in the Entity Dimension properties. so, I exported the Entity dimension in xml file and edit it in Notepad++ to update the "AllowAdjustments" to False but I am not sure which ones are parent elements. How to identify that particular element is parent or not? Is there any Key identifier to identify that the element is Parent or Base element? any suggestions. it is bit urgent kindly do needful.

 

2 REPLIES 2

TheJonG
Contributor II

If you need to do it quickly, I would use Grid View in the dimension library. Set you filter to E#[Your Entity].Descendants.Where(HasChildren = True).

TheJonG_0-1723663074924.png

 

Rams_2022
New Contributor II

Thank you so much @TheJonG for suggestions.