Hide/Show drop down values based on another reference field value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2023 05:12 AM
Hi All,
Based on Country selection, languages should be displayed in Language field on customer_contact record.
1)Country reference field (core_country)
2)Language is drop down list
Ex : Country : Austria , Languages : English, German
Country : Canada , Languages : English
Country : Netherlands , Languages : English, Dutch
Can anyone help me on this requirement. Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2023 05:18 AM - edited 10-06-2023 05:18 AM
Make use dependent fields dictionary attribute on language field.
Please mark the answer correct/helpful accordingly.
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2023 05:34 AM - edited 10-06-2023 05:49 AM
Hi @RaghavSh ,
Thanks for quick reply, I tried what you said but it's not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2023 07:07 AM
can you share the screenshot? did you add the country values/sys_ids in the dependent field of language choices in sys_choice table?
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2023 08:19 AM
Hi @RaghavSh
1)Language field is available on sys_user table it is extended to customer_contact table.
2)country field created on customer_contact table.
In Language dependent field country not showing.
Can we do this with script?
Thanks in advance.