Hi, all.
I’m completely new, and have searched through forum with combinations of various keywords but surprisingly haven’t found similar questions/answers.
I’m creating a client information management system, and I’m creating 2 data types; 1 for companies, and 1 for the contacts, and they have different attributes, e.g. a contact would have cellphone number but a company would not.
1 company can have multiple contacts.
From the user’s perspective, when they open a company profile, they should see the multiple contacts saved with the same company name.
I’m very early into this whole set-up, now, there are 2 pages - add company page and add contact page.
I have tested add company page with automation to create a new entry once you hit save button.
Working on the add contact page
Now I have 2 requests.
- How do I make the system present a list of suggestions when they’re typing the company name (like google search suggestions)? e.g. I have the “concept factory” company name in app data already, I would like the user to see this option when they start typing “con…”
- If there’s no suitable option for them to choose (maybe they want to create the contact before the company), there will have an “add company” button below the suggestions.
Thanks!