-
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
Exploring the Future of Salesforce at Dreamforce 2024: Innovations, Experiences, and Opportunities
Dreamforce 2024 has set the stage for a transformative year in the world of Salesforce technology. With over 45,000 attendees from more than 140 countries,…
Overcome Integration Mistakes With Salesforce Partners
In the age of API (application programming interface) and iPaaS (integration platform as a Service), enterprise data can easily be unified. Organizations are using the…
Illustrations in Salesforce Lightning Experience
An illustration is an image or a diagram that helps make something clear. Inline texts work with illustrations to communicate a state in a more…