Hi,
I am wanting to utilize the power of UDTs.
I currently have a UDT “Bay” that contains UDT instances that contains UDTs that contain UDT instances… etc (complex hierarchy).
When I do a Json extract of the UDT, I get about 27K lines of code in the json file.
So my question is, at what point does a UDT looses it efficiency?
When I bind a vision template to this UDT, will it cause adverse effect?
When I create an instance of this Bay UDT, it takes a minute or so but it works and all sub UDT data is displaying.