How to Deserialize JSON into Apex Classes?
Question How to Deserialize a JSON String to Apex Objects? I need to deserialize the following JSON string into Apex objects in Salesforce: { "response": { "count": 1, "benchmark": 0.22567009925842,...
View ArticleHow to Notify When Attachment Added to Custom Object?
Question You want to send an email notification whenever an attachment is uploaded to a custom object in Salesforce. Attachments in Salesforce are now represented as ContentDocument records, and their...
View ArticleHow to Get Dependent Picklist Options in Apex?
Question How to Retrieve Dependent Picklist Values in Apex? I am working with a pair of dependent picklists and need to determine the valid options in the dependent field for each value in the...
View ArticleDoes Composite API Support Chatter Posts?
Question Is there an official documentation which shows what list of rest api does composite api supports? I tried this composite api request body. POST_URL :...
View Article