• Srikar Reddy Srikar K
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
Hi, 
I have string value 10:10 AM and I want to set it to a field of type Time.
Didn't find the right code for this in community.
Please help.

Thank you,
Srikar
Hi ALl,
My Json is similar to below, need help to read the below in Apex:
{  
  "ideal": 
    {  
      "product":"4",
      "percent":"25",
      "dollarAmount":"11250"
    },  
  "idealFiltered":[  
    {  
      "Type":Child1
      "dollarAmount":"11250",
     "InBudget":[  
        {  
           "percent":"70",
          "dollarAmount":"7000"
        },
        {  
          "percent":"30",
          "dollarAmount":"3000"
        }
     ]
    },
    {  
      "Type":Child2
      "dollarAmount":"11250",
     "InBudget":[  
        {  
           "percent":"80",
          "dollarAmount":"8000"
        },
        {  
          "percent":"40",
          "dollarAmount":"4000"
        }
     ]
    }    
 ]  
}
Thank you, Srikar
Hi, 
I have string value 10:10 AM and I want to set it to a field of type Time.
Didn't find the right code for this in community.
Please help.

Thank you,
Srikar