Hi all,
I have a lookup (Apartment) where the link is ID but I display ApartmentName.
I have another lookup (Apartment Number) which is dependent on (Apartment)
Other field is (Description) where using JavaScript I concat Apartment + Apartment Number but it display ID + Apartment number example: 35 45 but I want ApartmentName+Apartment number example Terranova 45.
If I use ApartmentName as link and Display in the first lookup then second lookup did not work.
Any method to get the string of ApartmentName and use in my JavaScript to concat.
I hope you understand my question