Unable to display a UI field that I have configured in one model with a picklist from another model.
Beleive that something is incorrect with the configuring.
In my task model, I have configured a UI field which I have called "1st Vehicle Discussed".
This field is set up as:
- General Tab
- Field Id: 1st Vehicle Discussed
- Display Type: Combobox
- Picklist source: Rows in Model
- Return Type: Text
- Picklist model
- Model: Fund (this is a custom object)
- Entry value: {{Bucketed_Fund_Names__c}}
- Bucketed_Fund_Names__c field is a picklist field in the Fund object & enabled on Fund Model
- Entry label: {{Bucketed_Fund_Names__c}}
In the form that displays 1st Vehicle Discussed, I just see a blank drop down. However if I use {{Name}}
instead of {{Bucketed_Fund_Names__c}} in the UI field picklist model, I do see the Fund record names in
the dropdown.
Is there something that I am missing in configuring the picklist to see the Fund Bucketed_Fund_Names__c picklist dropdown/values?