How to convert textbox to dropdown list
Summary
We want to convert three attributes of Person Address details(State, City and Local Government Area) from textbox to dropdown list.Content
Under Person contact-Address details, we have the following attributes that are not DFF
1. STATE
2. CITY
3. LOCAL GOVERNMENT AREA
Currently, the above attributes are free textboxes and employees can enter any value.
We want to convert these textboxes to dropdown list so that employees will only select from the list of defined values.
State, City, and Local government are already defined in the system as Geography Hierarchy .
Thank you.
0