• Priyanka Joshi
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
I am working with Salesforce for outlook and trying to create a case from the outlook 2010. But case is not creating and didn't getting any error message from outlook as well as debug log. Someone can guide me on this. Thanks in advance.
Hi,

Is it possible to use the value of a string as a type?
How do I do this?
Thank you

Example:
String aaa = 'Case';
for(aaa a: (List<aaa>)database.query(stringQuery))
=
for(Case a: (List<Case>)database.query(stringQuery))