salesforce Questions
4
Solved
I have an Azure service that has been running for a long period of time. It builds a word or powerpoint document based on arguments in the request and returns a uri to the build document. This is a...
Csch asked 13/9, 2013 at 16:4
4
I have made a webservice that send multiple pdfs as response to client using mutlipart/formdata but as it happens one of the client is salesforce which does not support mutlipart/ formdata.
They w...
Mccready asked 10/6, 2016 at 16:29
1
Solved
I use Datagrip for SQL development. Recently I've had to work with Salesforce SQL (aka SOQL), but there doesn't seem to be an IDE as useful as Datagrip.
So: I'd like to add Salesforce as a data so...
Knisley asked 17/8, 2018 at 14:16
4
Solved
edit, please see my 2nd answer below this question for a much more concise, and simple display of the problem
I finally have hit my wits end. I'm working on a cross platform app (IOS and Android...
Extractor asked 16/2, 2016 at 20:44
1
The trigger below is built to pull the most recent "assigned to" user (or OriginalActorId) from the approval process list, the Approval_started__c field is checked as an initial submission action f...
Indigence asked 14/7, 2018 at 23:10
6
Solved
Instead of this basic structure with IF / THEN / ELSEIF / ELSE
int month = 8;
String monthString;
if (month == 1) {
monthString = "January";
} else if (month == 2) {
monthString = "February";
}
...
Acrimonious asked 2/3, 2014 at 3:16
2
Solved
I am dragging my hair out over this one right now. I have followed the following example:
http://developer.force.com/cookbook/recipe/interact-with-the-forcecom-rest-api-from-php
but here the use...
Emilieemiline asked 20/2, 2014 at 10:51
2
Solved
Does Apex support the concept of lambdas?
Ultimately, I am trying to DRY up some really repetitive code in my tests, so I'd love to be able to pass functions around, something like this (C#-esq)
...
Macnamara asked 20/2, 2013 at 1:28
2
Solved
import beatbox
import pandas as pd
import numpy as np
from simple_salesforce import Salesforce
from datetime import *
import datetime as dt
import mysql.connector
from mysql.connector import Error
...
Chemesh asked 28/7, 2017 at 19:52
2
Solved
I need to upload some 2000 documents to specific users in salesforce. I have a csv file that has the Salesforce-assigned ContactID, as well as a direct path to the files on my desktop. Each contact...
Retort asked 6/2, 2018 at 5:8
1
Can anybody explain me one thing? Is it possible to get free NetSuite sandbox account for the developer like in Salesforce (developer org)?
Shortcircuit asked 17/1, 2018 at 9:51
1
Solved
I'm using the module simple-salesforce, and I'm not seeing anything in the docs about making bulk API calls. Anybody know how to do this?
https://github.com/simple-salesforce/simple-salesforce
Adhesive asked 7/4, 2017 at 20:21
1
I'm using Simple_Salesforce to grab a chunk of data using the salesforce api. I was wondering if there was anyway to specify a date range when making calls. I keep getting the following error.
que...
Spector asked 21/7, 2017 at 15:23
3
Solved
How do I integrate Salesforce with Google Maps? I'm just looking for information on how to...
Search for contacts in Salesforce
Plot those on a google map.
Vinnie asked 25/6, 2010 at 23:19
1
Solved
I am using Force.com Toolkit for PHP (Version 20.0) to integrate with Salesforce.
I would like to lookup some Contact via the email field and print in on page if the condition is met. Here is the ...
Calamine asked 18/5, 2017 at 14:15
1
Solved
I am getting an "56 Received HTTP code 403 from proxy after CONNECT" Error while generating a lead to salesforce using cUrl from my web page. SSL certificate of the site is already expired.
UPDAT...
Hermy asked 3/3, 2017 at 6:23
1
Solved
I have some existing code that was working and all-of-a-sudden quit.
I can't figure out why...
Here is my code:
public static string RequestToken(string u, string pw)
{
string result = string.E...
Representationalism asked 7/3, 2017 at 18:24
5
Solved
Is there a library or package which we can use with python to connect to salesforce and get data?
Blanco asked 21/9, 2011 at 17:32
2
Solved
I'm using Virtus to create models that represent Salesforce objects.
I'm trying to create attributes that have friendly names that are used to access the value and method that I can use to retriev...
Involucel asked 2/3, 2017 at 0:18
6
Solved
The company I work for is building a managed force.com application as an integration with the service we provide.
We are having issues working concurrently on the same set of files due to the shod...
Elegit asked 2/8, 2010 at 15:43
3
Solved
My final aim is to extract data from Salesforce accounts for general use in R. I spotted the RForcecom package (https://hiratake55.wordpress.com/2013/03/28/rforcecom/) which looks very useful indee...
Staats asked 24/9, 2015 at 10:12
3
Solved
I have a Visualforce page that is embedded on the detail page of Opportunities.
Within the page is a command button that invokes a method in the backing controller extension.
Once the backing met...
Creolized asked 19/7, 2012 at 0:53
1
Solved
In our project we are using Jitterbit as a proxy between two systems - our Salesforce application and one third party service (we are using web services integration), and Jitterbit-part of our solu...
Edington asked 27/8, 2016 at 13:22
1
I am trying to use Salesforce Mobile SDK for native Android.
Requirement:
Allow any user with Salesforce account to login
Fetch his/her contacts list
Fetch particular contact details
Ple...
Incorporeal asked 3/10, 2016 at 10:2
4
I'm trying to get a working example of authenticating an MVC application in .NET against Salesforce using their OAuth authentication workflow. I've been referencing this walkthrough which is fairly...
Azazel asked 20/5, 2016 at 22:27
© 2022 - 2024 — McMap. All rights reserved.