salesforce Questions
1
How can I use SSIS with DBamp to pull salesforce data? What I wanted is to filter salesforce data get it using SSIS and DBAmp.
Gaul asked 25/3, 2013 at 12:55
2
I am trying to refresh the access token using the refresh token:
curl https://login.salesforce.com/services/oauth2/token -d "grant_type=refresh_token&client_id=3MVG9pHRjzOBdkd.WU9DLyfznP.sjOJR...
Confined asked 4/5, 2012 at 19:31
4
Solved
I have a Visualforce page using a custom controller that is used to edit multiple records under an opportunity.
I'd like to create a custom button or link from Opportunities to this Visualforce pa...
Arjan asked 13/12, 2011 at 22:56
2
Solved
I am trying to use Ruby on Rails to communicate with the Salesforce API. I can fetch data easily enough but I am having problems posting data to the server. I am using HTTParty as per Quinton Wall'...
Chem asked 27/5, 2011 at 15:7
1
Solved
Running the following Apex code in Salesforce, I encrypt a string:
public static String getEncryptedData() {
Blob cryptoKey = Crypto.generateAesKey(256);
String dataToEncrypt = 'Test string';...
Huckaback asked 12/3, 2013 at 20:24
1
I have .net application which creating salesforce custom object dynamically but when i am using that object in my application it does not access it.
what i want to do is, i want to update the wsdl ...
Rockery asked 23/2, 2013 at 13:32
2
Solved
I have a data table which iterates through a custom object and generates checkboxes. On the second page, I want to determine which of these checkboxes have been selected.
In the VisualForce page:
...
Inception asked 11/2, 2013 at 23:48
1
Solved
How do I parse a jsonObject which is in a given format in Apex?
I need List<String> from the items array which contains the id attribute. What is some appropriate method?
For parsing it, I try...
Celerity asked 16/2, 2013 at 16:43
2
Solved
I have an apex function which has a void return type. I want to exit the function at a specific position. Is this possible in apex without changing return type pagereference?
Recusancy asked 13/2, 2013 at 6:11
9
Solved
We're currently looking at using the Force.com platform as our development platform and the sales guys and the force.com website are full of reasons why it's the best platform in the world. W...
Suckling asked 3/11, 2009 at 0:7
1
Solved
I am trying to get all picklist values from a field in salesforce using REST API. Is it possible to do that? If it is then how it can be done?
Thanks,
Raj.
Lordship asked 9/1, 2013 at 9:22
1
I'm trying to query all Opportunities that have a Price that's not a whole number (no decimals) or if its price is not multiple of 10.
Im trying to find prices like: U$S 34,801.23 - U$S 56,103.69 ...
Tameika asked 28/11, 2012 at 13:41
1
Solved
Is there a way to create custom objects and fields by using script or IDE ?
Salesforce is very easy to use, however, it's so time-consuming to create so many fields on Web interface. So, just wond...
Insomniac asked 21/11, 2012 at 10:46
3
Solved
I am using Salesforce api and i want to login automatically(hard code user name and password). i am using REST API and here is the login code which shows login form:
- (void)login {
SFOAuthCreden...
Elena asked 15/11, 2011 at 9:26
1
Solved
I want to include enterprise.jar file of salesforce in my project at build time using gradle
Could anyone help me out how to include a local jar file that exists in src/main/resources folder in my ...
Dichromaticism asked 25/9, 2012 at 4:58
1
Solved
Anybody know the difference between Federated authentication and Delegated authentication in salesforce? Can you explain the flow of request in these two methods?
Zetland asked 11/9, 2012 at 12:21
2
Solved
I'm struggling with this situation.. I have a Standard Object in SFDC (Opportunity) that has a custom look up field pointing to the User object what I'm trying to do is populate this field with the...
Maddox asked 29/8, 2012 at 17:41
2
Solved
I have not been able to get any reliable information about this issue online. But I think it must be an issue which must be affecting a lot of people.
Basically I wrote a simple trigger and test c...
Sandstone asked 17/8, 2012 at 16:34
4
Solved
I cannot find where in the salesforce.com UI I can add a trigger on a file attachment. I can find triggers on almost everything else, but attachment seems to be missing from the list (even when I v...
Sebastian asked 22/3, 2011 at 17:53
2
Solved
I have a custom date field for accounts in SalesForce: LastCheckedDate (API Name: LastCheckedDate__c)
I'm trying to use the SalesForce Enterprise API to query accounts based on that field. It retu...
Mckenziemckeon asked 23/5, 2011 at 23:3
3
Solved
I am building a chrome extension which will interact with salesforce-chatter api. But for a user using oAuth(User agent flow) authentication, I need to embed my client key in my extension.
Will t...
Yankee asked 28/7, 2012 at 6:49
1
Solved
Hi i am trying to create an apex rest service but getting error
Invalid type for Http* method: system.RestRequest
here is the function where i am getting this error .
@RestResource(urlMapping='/...
Mecke asked 24/7, 2012 at 2:46
2
Solved
I am trying to develop a visualforce custom component which takes an attribute from a visual force page. I need to access that attribute in controller's Constructor so that i can brings some record...
Cohune asked 19/7, 2012 at 11:12
5
Solved
We are looking for a CRM web application and so far salesforce.com/force.com seems the only one which allows you to build applications directly on their platform. However I was wondering if gmail/g...
Virgil asked 3/7, 2010 at 22:57
3
Solved
I wrote a simple program and want to see the output when I run the code. When I run it in the force.com IDE using the 'Annoymously execute apex code'command I get a lot of unwanted results, when I ...
Atalie asked 24/4, 2012 at 17:50
© 2022 - 2024 — McMap. All rights reserved.