-
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
Secure Coding Practices for Salesforce Developers
Blog
in Salesforce
If you have worked on the Salesforce platform for over a few minutes, whether you're a developer or a Salesforce certified admin, you've likely heard…
Fixing Inefficient Customer Support Workflows With Salesforce Development Services
Blog
in Others
Customer support teams face mounting pressure to deliver fast, accurate responses. Recent industry data shows that 73% of customers expect companies to understand their needs…
How to Freeze and Deactivate User Accounts in Salesforce
Blog
in Salesforce
Introduction Here we are going to learn about how to freeze the user and deactivate the user. If your employee left your company then you…