I'm having a problem seeing certain picklist fields from a Standard Salesforce table called Lead in my Devart Entity Developer Model.
I am unable to see the below item in the Model I generate using Devart.
- Lead.Status_Reason is a Picklist and IS NOT a Global Value Set. It IS a Required Field
I am able to see the below item in the Model I generate using Devart.
- Lead.Status is a Picklist and IS a Global Value Set. It IS a Required Field
- Account.Sub_Source is a Picklist and IS a Global Value Set. It IS NOT a Required Field
- Account.ApprovedStates is a Multi-Select Picklist and IS a Global Value Set but IS NOT Required
- User.DigestFrequency Appears to be a System Generated Picklist so I would assume that it is a Global Value Set and it IS Required
The common denominator appears to be that Lead.Status_Reason is not a Global Value Set. Can anyone confirm that hypothesis?