I have many lookup tables for simplicity lets say Country(India,Russia, USA) , States , and pincode.
These lookup fields are populated as per region data, now i want that in record type form when someone selects India as country, in States the data linked India is shown only and similarly for the selected state respective pjncodes.
How can we establish relations between lookup table can anyone guide? Or make custom pre filtering?