Skip to main content
August 14, 2024

Parent and Base element difference

  • August 14, 2024
  • 2 replies
  • 0 views

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

August 14, 2024

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_2022Author
August 14, 2024

Thank you so much TheJonG for suggestions.