• Mathías del Valle Sanchez
  • NEWBIE
  • 10 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
Hi,

I got a problem, i need to convert the "Case" Object into a Json and after convert that Json in a Object

I know that i have to use JSON.serialize and JSON.deserialize. but i don't how.
hi all,
i'm new with SF and apex, so i don't know how start

i am trying to create a apex class that can map or link the name of a custom object (eg. "test1__c") with the description of de Case Object

So, when the users clicks the name of the custom object, he can see the description of the Case.

I think it starts like this, but I don't know how to continue


Map<test__c,Case> Ticketmap=new Map<test__c,Case>([SELECT description FROM Case];