-
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
How Can Customizing Salesforce Help Non-Profit Organizations?
Salesforce can support every industry sector, helping companies earn more profits and achieve business growth. But what about the non-profit sector? The good thing is…
Salesforce Data Loader: A Comprehensive Guide (2021)
Data is dynamic and it grows much before you can think! It could be true for your personal data, data for your business, and even…
Managing Billing Processes in Salesforce: Subscription Management and CPQ (Configure-Price-Quote)
In today's business landscape, retaining customers is the top priority for those who want to ensure scalability and predictable business growth. To achieve this, customers…