salesforce Questions
4
Solved
Is there a way to fetch a list of all fields in a table in Salesforce? DESCRIBE myTable doesn't work, and SELECT * FROM myTable doesn't work.
Haemolysin asked 25/9, 2012 at 15:23
2
Solved
I have a simple custom contact object (with API name Contact__c) that I've created in my SalesForce DE site that has a single field (for testing connectivity) of Full_Name__c.
I am then trying to ...
Forlini asked 20/4, 2011 at 17:8
2
I would really appreciate if someone can guide me to check if a particular field is included in update call inside a before/after update trigger. Many thanks.
Mandola asked 5/4, 2011 at 7:30
4
Solved
I am attempting to retrieve the owner of a case, based on a partial match, where we choose the most recent case that matches the partial match.
This is the query I am attempting:
SELECT User.Cust...
Legault asked 17/11, 2011 at 10:4
1
Solved
I'm trying to use Restforce (https://github.com/ejholmes/restforce) to set up integration with my Rails app to SalesForce's API using Oauth 2.0.
Restforce describes the initialization process as f...
Darlinedarling asked 6/4, 2014 at 20:29
2
The document at http://www.salesforce.com/us/developer/docs/api_rest/index_Left.htm#CSHID=quickstart_code.htm|StartTopic=Content%2Fquickstart_code.htm|SkinName=webhelp says
Salesforce uses authe...
Carnet asked 25/3, 2014 at 17:40
5
Solved
I am looking at implementing listener application for Salesforce Outbound Messaging.
The walk through implements it using the deprecated ASMX web service. The code is generated using wsdl.exe wit...
Organotherapy asked 7/2, 2012 at 0:58
8
I have recently discovered that salesforce.com is much more than an online CRM after coming across a Morrison's Case Study in which they develop a works management application. I've been trying it ...
Amadavat asked 14/5, 2009 at 8:58
6
Solved
I would like to integrate SalesForce information into a .net MVC application.
The samples on SalesForce website are all SOAP as far as I can see, or alternatively there is a SalesForce ADO.NET dat...
Decembrist asked 29/2, 2012 at 10:17
1
Solved
I'm logging in users via REST in my .NET application. For that in the WebBrowser control constructor I do the following:
string server = "https://login.salesforce.com/";
var authURI = new StringBu...
Interknit asked 21/1, 2014 at 3:35
2
Solved
In Salesforce, if I'm binding a date into a VisualForce page, how do I apply custom formatting to it?
Example:
<apex:page standardController="Contact">
<apex:pageBlock title="Test">
...
Deflate asked 25/3, 2010 at 14:56
2
Solved
I build a flow which create a case in a salesforce. Now, I am trying to upload a file to that case programmatically.
Basically the client uploads the file manually in the server. now the question i...
Benny asked 5/4, 2013 at 9:33
1
Solved
I have been trying to create a lead from SalesForce's REST API for the past several days but I can't for the life of me get it working. I am able to get the access token no problem but from there o...
Snyder asked 2/12, 2013 at 19:12
2
Solved
I am trying to schedule a class to run every 15 minutes. I know we can set in salesforce for every hour, but is there a way to reduce the granularity to 10-15 minutes?
global class scheduledMerge ...
Nicks asked 3/2, 2012 at 10:9
3
Solved
i am trying to run a schedulable job i never used schedulable jobs in salesforce
here is my code
global class scheduledMerge implements Schedulable{
global void execute(SchedulableContext SC) {
...
Retard asked 17/2, 2013 at 12:47
1
Solved
I'm getting this error from the line of code below:
Error: AddIMRConroller Compile Error: Initial term of field expression must be a concrete SObject: LIST at line 21 column 23
string[] str1 = im...
Gastritis asked 4/8, 2013 at 12:52
1
I have create a RESTful service on Force.com using Apex below is my code.
@RestResource(urlMapping='/helloWorld/*')
global with sharing class RestWebservice {
@HttpGet
global static String hell...
Shabbygenteel asked 18/7, 2013 at 7:47
2
Solved
I am developing code for salesforce. We are using 'Force.com for Amazon Web Services' App from Appexchange. The app is provided by Amazon.
I am downloading files from Amazon S3 on a machine.
Som...
Eyebolt asked 1/7, 2013 at 5:28
1
I am trying to create a widget using javascript and jquery in SalesForce, I was stuck with a ERROR: Uncaught TypeError: Cannot call method 'noConflict' of undefined
Below is my code which i am us...
Hangman asked 26/6, 2013 at 8:54
2
Solved
I'm creating an iPhone application that uses salesforce as it's server-side data component, I need to access the database from the application to retrieve data for whichever user logs into the app,...
Planetoid asked 23/3, 2012 at 17:25
5
I am developing a Java application which will query tables which may hold over 1,000,000 records. I have tried everything I could to be as efficient as possible but I am only able to achieve on avg...
Rosio asked 10/2, 2010 at 18:21
1
Solved
Friends,
I have a contact us/Inquiry form in my website. I want to generate a lead in Sales force CRM on submission of this form.
What I have tried ?
I have checked in salesforce doc and Google...
Airway asked 30/5, 2013 at 5:58
3
Solved
I want time delay before function call in apex code. I already created one delay method but it is not working as per expectation. So, is there any way to get this working.
Thanks in advance.
Wale asked 28/5, 2013 at 12:20
7
Solved
I am asking this in very general sense. Both from cloud provider and cloud consumer's perspective. Also the question is not for any specific kind of application (in fact the intention is to k...
Eaddy asked 5/10, 2009 at 7:6
2
Solved
I have a NodeJS App that accepts a a string (uploaded input!) I have No Control over the input I am merely building a REST Service to Processes the data.
That string is meant to be an Array of JS...
Pentothal asked 25/4, 2013 at 11:44
© 2022 - 2024 — McMap. All rights reserved.