-
Salesforce Error: problem inserting feed item (Variable body does not exist)?
I hava a problem to insert feed item ??? Error = Variable body does not exist
My Code
Feeditem fi = new Feeditem();
fi.body ='XYZ';
fi.Parentid = '**Id of Lead**';
fi.Title = 'Hello';
insert fi;
Log In to reply.
Popular Salesforce Blogs
Files, Attachments And Notes Salesforce Lightning Components | Force.com
Download Notes & Attachments from Force.com Site of Lightning Component Create an email alert that will be sent to the Opportunity Owner. This email will…
Salesforce REST API Integration With Shopify
Here I come again with another blog of mine which will help you out in the integration of Salesforce with Shopify platform. Shopify is a…