-
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
Apex Triggers in Salesforce | Here’s What you Need to Know
Blog
in Salesforce
What are Apex triggers? Apex triggers permit custom moves to be done before or after data manipulation language (DML) activities arise in Salesforce, such as…
Artificial Intelligence vs Automation: Which is Better for Salesforce Deduplication?
Blog
in Data, Salesforce
While a lot of businesses are looking to streamline processes, this can be done in many different ways via automation, machine learning, and artificial intelligence.…
Enhance Customer Engagement in Trading in 2024
Blog
in Salesforce
Introduction: In the fast-paced world of trading, where every second counts, establishing and maintaining strong customer relationships is paramount. Salesforce, a leading customer relationship management…