function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
pgonzaleznetworkpgonzaleznetwork 

What tool can use SOQL TYPEOF expressions?

I contacted SF Support and it seems that the SOQL Polymorphism  feature can't be used in Data Loader. Does any one have experience using this feature? What tool supports the Typeof expressions?

 

Thank you very much!

Rahul_sgRahul_sg

You can use this in APEX api version 26.0 or above, also you need to request SFDC to enable this feature for your org.

http://blogs.developerforce.com/tech-pubs/2012/09/soql-polymorphism-or-how-i-learned-to-love-the-polymorphic-relationship.html

pgonzaleznetworkpgonzaleznetwork

Thanks, have you actually used it or seen it working? I'm looking for someone who has used it in Data Loader. As per SF, you can't use this feature on Data Loader but they also don't know what tool does support it. It's weird that they don't know, that's why I'm asking here.

 

Thanks!