salesforce Questions
3
Solved
Is there a way to detect that a record being inserted is the result of a clone operation in a trigger?
As part of a managed package, I'd like to clear out some of the custom fields when Opportunit...
Thyroid asked 29/7, 2012 at 6:57
1
Solved
I am new to SalesForce and am working through getting up to speed with the basics as we will be beginning a large integration project next week. For at least part of our integration we will need to...
Kerrykersey asked 28/7, 2016 at 22:13
1
Solved
I am using Salesforce as the back end and my users can get some notifications that could contain an tag with a link to somewhere. This being said I have used $sce in the controller to do a function...
Lexy asked 24/6, 2016 at 15:31
5
Solved
I want to get notified when a new lead is created in Salesforce. Is there something like webhook in Salesforce or some other way to achieve this?
Middleclass asked 29/10, 2012 at 12:31
4
Solved
I'm looking into the feasibility of writing a code formatting tool for the Apex language, a Salesforce.com variation on Java, and perhams VisualForce, its tag based markup language.
I have no idea...
Strongminded asked 6/6, 2011 at 21:1
8
From a visualforce page, I need to retrieve our organization's salesforce instance's URL, and not the visual force URL.
For example I need https://cs1.salesforce.com instead of https://c.cs1.visua...
Woodall asked 20/2, 2012 at 22:52
3
Solved
I'm trying to get an authorization token using the Username-Password flow (as described in the final section of this article).
I'm sending the following request (using Python's httplib, in case th...
Soloist asked 5/6, 2012 at 1:27
5
Solved
Apparently a new feature of the Spring '12 / v24.0 release of Apex in Salesforce.com is that unit tests no longer have access to 'real' data -- thus (if I'm understanding the change correctly) a SO...
Euphroe asked 6/2, 2012 at 18:11
2
How can I debug apex class in force.com eclipse IDE?
Keishakeisling asked 23/2, 2011 at 10:29
2
Solved
I'm interacting with a custom APEX service which obviously require OAuth authentication. I can easily authenticate and authorise my application. Everything works fine.
However, the access token I...
Keefe asked 13/6, 2012 at 22:42
3
We are using Jitterbit to query records from Salesforce, but we are running into an issue. In the query condition statement I am comparing two fields from the Salesforce table. When I go to test th...
Afterpiece asked 25/7, 2014 at 15:45
2
I wanted to map custom fields of lead to map with custom field of contact' when converted using binding.convertLead().
It should replicate the behaviour what we are manually doing from UI when cus...
Tibia asked 5/6, 2014 at 10:8
4
Solved
I have added few custom validations using Configuration for an object. I am inserting that object record through visualforce page. I have added <apex:pageMessages/> on my visualforce page. I ...
Polyzoarium asked 23/7, 2012 at 5:41
4
Solved
I had used c:if, c:when JSTL tags in jsp. But I don't know if anything similar is available for visual force pages. just for example I am providing sample code for jsp. --
<h1>A Demo condit...
Hartzel asked 6/4, 2015 at 12:45
3
Solved
The Salesforce.com API seems to assume that you will always use the app as an active user. Their authentication methods (Session ID and OAuth) support this as they both require an authenticated use...
Charleen asked 2/4, 2012 at 17:0
3
Solved
I have a map object which stores <Id, String> where the Id is a contact Id, and the String is a generated email message.
I have successfully looped through the map and have been able to pull...
Betake asked 1/10, 2012 at 21:43
4
Solved
I have a custom field called Current_Address__c which is of datatype textarea.
I need to populate this field in the format below. ie a newline char after street and another newline after zip.
str...
Langan asked 10/4, 2012 at 5:22
2
I'm querying ActivityHistory, and it seems that you can only query it as the object of a SUBQUERY against some other object. That's fine - I changed my query to query against the Account object, wi...
Huberthuberto asked 7/6, 2012 at 21:0
2
Solved
I've been following a tutorial from: http://wiki.developerforce.com/page/Accessing_Salesforce_Data_From_Ruby
But, I'm stuck with the part where you need to supply the keys:
host: login.salesforce...
Perpetuate asked 27/8, 2013 at 11:50
4
Solved
I've got an application that reads Lead records from Salesforce via the API and I want to link the Lead Owner field to an attribute in the application. The Lead Owner field doesn't up in the list o...
Christhood asked 15/4, 2010 at 23:6
3
Solved
Does anyone know how to retrieve the SFDC daily requests api limit through SOAP or REST ? I don't see any call for this. Currently I have to access this info at the Company Info page. I would like ...
Monaghan asked 10/2, 2012 at 0:40
7
Solved
I have been building a console app the uses the Saleforce SOAP API, and now need to use the Salesforce API in a web app.
Am I correct to assume that SOAP is better suited for a non web-based app, ...
Postaxial asked 11/4, 2012 at 20:41
1
Solved
I am having problem in deleting custom fields permanently.
Like for e.g.
I have created a custom field in Contact entity with name "Newsletter" which Salesforce internaly stores as "Newsletter__c"...
Sherri asked 20/6, 2014 at 12:31
10
Solved
I am integrating our back end systems with Salesforce using the web services. I have production and stage environments running on different URLs. I need to be able to have the endpoint of the web s...
Worldling asked 2/10, 2009 at 4:20
4
Solved
I am examining a sample which is in the salesforce developer site.
In that sample when we click a link it will be redirected to the salesforce login page. If the login successful, then an access ...
Michelinemichell asked 13/2, 2012 at 10:8
© 2022 - 2024 — McMap. All rights reserved.