SOQL Query - Not returning salutation field in some scenarios
Last updated 2019-10-12 ·Reference W-4668563 ·Reported By 6 users
Summary
1. Salutation returned is NULL in the following query -
SELECT Contact.Name,Contact.Salutation FROM Case WHERE Id = 'xyz'
2. Salutation returned is "Dr." in the following query -
SELECT Contact.Phone,Contact.Salutation FROM Case WHERE Id = 'xyz'
Repro
Run the following queries in workbench -
Salutation returned is NULL
SELECT Contact.Name,Contact.Salutation FROM Case WHERE Id = 'xyz'
Salutation returned is "Dr."
SELECT Contact.Phone,Contact.Salutation FROM Case WHERE Id = 'xyz'
Workaround
NA
Reported By (6)
Is it Fixed?
Any unreleased services, features, statuses, or dates referenced in this or other public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make their purchase decisions based upon features that are currently available.