Quantcast
Channel: Salesforce Online Training
Browsing all 84 articles
Browse latest View live

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 Article


How 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 Article


How 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 Article

Does 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
Browsing all 84 articles
Browse latest View live