salesforce Questions

3

Solved

I am looking for way to get fields and picklists for a salesforce object. I can do it with a REAT API call using /describe after the object name. But sometimes the returned JSON data is really big ...
Lye asked 7/8, 2021 at 3:22

5

Solved

I am trying to get the Contact/Lead email from the Task object using SOQL (I am creating an interface in PHP to back up messages with a specific subject). Here is my query right now: SELECT Subjec...
Punic asked 4/2, 2013 at 18:7

2

Hie, I wrote a java code which connects to Salesforce and updates a value in there, Its is working well and good when i run it from my local system as a standalone java application but my main goa...
Epsilon asked 23/1, 2014 at 11:40

2

Solved

I started learning SalesForce and developing apps using django. I need assistance with uploading a file to salesforce, For that I read simple-salesforce and this that help to upload file using res...
Retene asked 16/9, 2016 at 10:18

7

Solved

How do I make a SOQL query like this? SELECT id FROM Account WHERE LastActivityDate = 30_DAYS_AGO This produces an error: MALFORMED_QUERY: Account WHERE LastActivityDate = 30_DAYS_AGO ^
Gilstrap asked 8/3, 2011 at 22:9

2

Solved

We implemented OAuth 2.0 using Web Server Authentication Flow. It was working fine in October/November but all of a sudden it has stopped working. Whenever we try authorising another client the ser...
Ropy asked 17/1, 2013 at 5:34

2

Solved

We have to convert Leads to accounts via REST -OAuth calls. We are able to create, update(Edit) and Detail Lead fields but not able to convert them. We found the same is possible via SOAP API but...
Preussen asked 29/10, 2013 at 15:51

2

How to access the Salesforce Calendar information using REST API.Calendar information means all the tasks, meetings and so on. Is there any Rest API available particularly for accessing Salesforce ...
Predictory asked 30/7, 2013 at 14:30

0

These GitHub workflow badges that show the results of GitHub Actions display fine in e.g. the GitHub README.md or when pasted as the URL in a browser with a session hooked up to GitHub. But when ac...

0

I'm trying to embed some Salesforce code, which is working fine on Edge, and some versions of Google Chrome, but some others are giving me the Refused to get unsafe header "Server-Timing"...
Curfew asked 7/5, 2021 at 17:2

4

Solved

I know that this is how to save a record <apex:commandButton action="{!save}" value="Save"/> I want a button to NOT save the current record (ie. Cancel) and navigate to the list of saved r...
Mcgrew asked 19/1, 2012 at 5:25

4

Solved

Is it possible to put comments in SOQL? The Force.com explorer doesn't support basic operations like undo/redo and I can't find any way to enter comments so experimenting with queries is painful. ...
Kep asked 23/11, 2012 at 11:2

1

Solved

I am trying to run a select in Salesforce as follows: SELECT [Account].* FROM [Account] WHERE [Account].Id IN ('123456789012345678') but gives an error: "Unknown error parsing query" Ho...
Chalcopyrite asked 10/2, 2021 at 1:40

1

Solved

My app has a Django 3.1 backend with django-allauth and dj-rest-auth (actively supported fork of django-rest-auth). My mobile and web frontends can already sign in using Facebook and Google via RES...
Neighbors asked 3/12, 2020 at 5:38

4

I am new to sfdc . I have report already created by user . I would like to use python to dump the data of the report into csv/excel file. I see there are couple of python packages for that. But my ...
Cid asked 4/4, 2014 at 3:56

2

Solved

I was wondering if there is an apex date or datetime function to format a date/time to the ISO formatted timestamp "2007-04-05T12:30-02:00" or would this have to be created by another means? Thank...
Corbel asked 31/8, 2013 at 17:10

5

Does anyone know how to pass checked value to checkbox in Lightning Web Component? My code looks like: import { LightningElement, track } from 'lwc'; export default class MyComponent extend...
Scopophilia asked 28/2, 2019 at 11:55

2

Solved

When using the SOAP API to work with salesforce.com (SFDC) it seems that the primary key in the underlying database is Id. Well there seems to be two representations of this value as either a 15 ch...
Shriek asked 9/7, 2010 at 14:17

1

Solved

I have used this code from google recaptcha, but the submit didn't work (after google captcha nothing happen), the form is not submitted, maybe because i have added my own action for the salesforce...
Blastogenesis asked 30/9, 2020 at 11:29

2

I'm working on a project where (already sent) emails should be saved to Salesforce and matched with the corresponding Salesforce contact. Creating new Emails is rather straightforward. For example...
Landgrabber asked 11/11, 2016 at 12:57

2

We have a system, where we want to push the records (e.g. Contact, Account, Opportunity) from our system to SalesForce. To achieve this, we have used ForceToolKit for .Net. We are successfully pus...
Envelop asked 2/4, 2018 at 7:15

2

Solved

I am receiving a 400 bad request when using Google OAuth from within Salesforce. The following error is in regards to invalid grant_type, but if you look at the documentation under 'Using Refresh T...
Wheel asked 29/11, 2016 at 21:46

3

Solved

I want to use Enum values in my Apex code as we have some strict types when working with an external service, however when I get a response from the external service I'm struggling to convert the S...
Ellis asked 23/3, 2012 at 11:41

3

Solved

I need to get opportunity files from Salesforce and copy them to some folder. I am using .NET library for connecting to Salesforcre. I can get any data I want, except the [VersionData] field in [Co...
Petrick asked 18/2, 2020 at 14:30

3

Solved

I execute a SOQL request to get all available record ids of the SObject 'ObjectPermissions'. Then I use the request to GET /services/data/v48.0/sobjects/ObjectPermissions/{id} to fetch all the nec...
Sawyor asked 26/5, 2020 at 21:4

© 2022 - 2024 — McMap. All rights reserved.