Tell me more ×
Salesforce Stack Exchange is a question and answer site for Salesforce administrators, implementation experts, developers and anybody in-between. It's 100% free, no registration required.

Is SOQL Polymorphism enabled by default in API 26? I'm getting the error 'SOQL TYPEOF expressions are not supported in this organization' error when deploying to my test org that's on API 26.

share|improve this question

1 Answer

up vote 8 down vote accepted

Per the release notes, SOQL Polymorphism is in Developer Preview in API 26 (Winter 13). You'll need to contact salesforce.com to get it enabled. See this blog entry for more on SOQL Polymorphism.

share|improve this answer
Seems that support won't enable it - I'm investigating... – metadaddy Oct 11 '12 at 17:07

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.