• rsfdc77
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
'Functionality-nw'=>'Websites: jepp Direct, Jeppesen, INDS Site, myJepp (don't see INDS Site)',
'Login-nw'=>'Websites: jepp Direct, Jeppesen, INDS Site, myJepp (don't see INDS Site)',
'Training-nw'=>'Websites: jepp Direct, Jeppesen, INDS Site, myJepp (don't see INDS Site)',
'Infrastructure-nw'=>'Websites: jepp Direct, Jeppesen, INDS Site, myJepp (don't see INDS Site)',}
for (Case c : Trigger.new){
        if(c.Vamshi_Product__c!= null){
            c.Issue_Category__c  = myPickListMap.get(c.Vamshi_Product__c);
        }
    }
Help me to solve this error and where i went wrong writing the code.

Thanks,
Nikhil