Dynamically Populate Picklist Values from Another Module Using Client Script
I am
working in Zoho CRM and trying
to dynamically populate a picklist
field in the Partners module using values stored in another custom
module.
I have
two modules:
1. Partners Module
Field: Partner_Type_Pick
Field Type: Picklist
2. Partners_Type Module
Field: Name
Stores records such as:
Requirement
Whenever
a user opens the Partners form,
I want the Partner_Type_Pick picklist to dynamically show values that are
stored as records in the Partners_Type module.
Example:
If the Partners_Type
module contains:
SI
Distributor
Reseller
Then the Partner_Type_Pick
dropdown in the Partners module
should display these values.