Hi all,
I have a hierarchical class named sector that is the parent of city and the city class is the parent of zipCode class.
I have also a class named company that is assigned to a zipCode.
I want in the company management window to first, select the sector and I do not have the possibility to select neither the city neither the zip code, when the sector is selected, we can select a city from the child cities of this sector and then we can select the zip code.
please can you help me, how can I do that? It's urgent.
Thanks a lot.