I have an old application that uses Web-To-Lead.I\'m updating it to use the REST API.We have a bunch of assignment rules set up for Leads.When we create a lead through Web-To-Lead, the Lead is assigne
I need to read all custom fields from Opportunity object using apex , how is that开发者_开发问答 possible ?public Map<String, Schema.SObjectField> M = Schema.SObjectType.Opportunity.fields.getMa
I am working on a salesforce feature, where we are trying to expose a single web Service method in a custom class to a \"Partner\" so they can generate leads.
In Salesforce I have created a future method that makes a Google Maps geocode callout.I know there is a limit of 2,500 requests per day but 开发者_JAVA百科our instance has made no more than 100 reques
I was working one of the force.com coockbooks. I created a Mileage object and addes some fea开发者_如何学编程tures like workflows and etc (This is done after I log on as an admin in my developer force
1) I have created a custom object \"Hello\". Added two lookup fields to it, one is associated to Accounts and another to Leads.
i am stuck on a issue.hope somebody can guide me. I have created a Custom Object named Hello. i have added 2 fields in it named Lead & Accounts.and they both are lookups.
I have 3 tables, a parent table and 2 child tables.Lets say Mother_c is the parent. Then Child_c and Pet_c are the 2 child tables that have master-detail relationship pointer to Mother_c.
The requirement is that the customer wants a way during Opportunity creation to require the Opportunity products being filled in.
I have to retrieve News feed of salesforce chatter I am able to get main status but not able to retrieve c开发者_StackOverflow社区omments. Is there any sample to get comments using SalesForce chatter