-
SALESFORCE IDE integaration with ECLIPSE
Hello All,
I am getting following error while running apex any code like we are running trigger by CTRL+F11
This is my code
trigger AppleWatch on Opportunity (after insert) { for(Opportunity opp:Trigger.new) { Task t = new Task(); t.Subject =’Apple Watch Promo’; t.Description =’Send one ASAP’; t.Priority=’High’; t.WhatId=opp.Id; insert t; } }
Following error is received
[{"message":'The HTTP entity bodu is required,but this request has no entity body.","errorCode":"JSON_PARSER_ERROR"}]
Thanks
Pushpesh
Log In to reply.
Popular Salesforce Blogs
Download and Installation of Ant Migration Tool | Salesforce Developer Guide
Introduction The Ant Migration Tool is a Java/Ant-based command-line utility for moving metadata between a local directory and a Salesforce org. Usage of Ant-migration Tool …
Asset Management for Private Equity in Salesforce
The demand for private equity organizations for asset management has increased a lot over the years. There is a massive increase of assets to be…
Here's How Salesforce Promotes Collaboration through Interoperability
With problems like COVID-19 ransacking the world, have you ever wondered how governments had worked closely with other governments on a national and local level…
Popular Salesforce Videos
Engineer More Than Software at Salesforce
Salesforce engineers are builders. Together, we’ve created a platform that helps companies around the world connect with their customers. Driven by our commitment to trust,…
How to Find Queries that Target a Data Extension in Salesforce Marketing Cloud
In this video, Cameron Robert shows how to find SQL queries in Automations that affect a specified Data Extension in Salesforce Marketing Cloud. Key Moments:…
Introduction to Salesforce Nonprofit Cloud for Program Management
Each nonprofit’s mission and the program is unique, but with Salesforce’s highly configurable and customizable platform, you can manage your entire program from one central…
Popular Salesforce Infographics
Impact of Salesforce
Salesforce is no doubt is one of the boldest CRM on the cloud in the world. This infographic helps you scan through all the vital…
How Sales Reps are Staying at the Top of Their Game | Salesforce Guide
Sales reps around the world had to rapidly adopt new methods to work around lockdowns and travel restrictions. In some cases, this meant learning new…
Salesforce Developer Career Path
Embarking along your journey of becoming a Salesforce Technical Extraordinaire is a wise move, as programming in Apex and Visualforce is one of the hottest,…