Skip to main content

Questions tagged [sfdc]

A Platform-as-a-Service development environment created by Salesforce.com, which underlies the core Salesforce CRM functionality and is available as a platform via database.com, as well as via Heroku, a Ruby-on-Rails environment.

0 votes
0 answers
15 views

SFDC data in tableau prep builder

while connecting to tableau prep builder, not able to export all SFDC objects data? what can be the problem. what can be other way to get database from SFDC, GA4, google AdWords, marketo, SEMrush and ...
Sourav Kalha's user avatar
0 votes
0 answers
49 views

Salesforce: Creating Quote PDF doesn't trigger ContentVersion insert trigger?

When creating a Quote PDF i want to react to this event by custom logic in a Salesforce Apex Trigger. I created a trigger for it: trigger QUOTEDOCTRIGGER on ContentVersion (after insert) { for (...
renepanke's user avatar
0 votes
0 answers
14 views

Email Editor: show other field instead of Full name on selecting contact or user from suggestions

I'm seeking a solution wherein, upon typing "contact/users" in the email editor, upon selecting a contact from suggestions, it displays only the full name of that contact or user unless the ...
Nitesh Jain's user avatar
0 votes
1 answer
53 views

Python API and Salesforce Rest API Data discrepancy in returning number of records

I have developed version 3 python API from version 2 the code and everything remains same for except for few querying data but the WHERE clause remains same for both versions when i try to query from ...
Trippy_Samurai's user avatar
0 votes
0 answers
40 views

Salesforce SOAP API: Where do I get the EnterpriseConnection class from?

I need to upload an ApexTrigger via API to Salesforce (See also). Since some of the examples are using the SOAP API with the EnterpriseConnection class in wanted to follow those examples. The problem ...
renepanke's user avatar
1 vote
1 answer
71 views

Salesforce: Upload Apex Trigger via Java

I want to upload an ApexTrigger to Salesforce via Java so that my available options as far as I know are either: Upload via REST Upload via SOAP Upload via pre-defined/created Maven artifact library ...
renepanke's user avatar
0 votes
0 answers
114 views

Salesforce Error response for postman REST API with bearer token. Salesforce Edge is mentioned as cause for Error in response

Request: Got the Bearer token from connected app using postman but query requesting for data is causing the error. Is there any problem with Salesforce Edge enabled in Test sandbox.? As I could see ...
Muddi's user avatar
  • 1
0 votes
1 answer
113 views

How to auto-populate parent field with a lookup field value from child

There is a text field Editor__c in Account object and lookup field User__c in Contact object. As soon as I select a value from User__c lookup field and save it the same value should be automatically ...
Shreyas's user avatar
0 votes
1 answer
385 views

How to translate salesforce site without using custom labels?

I need to translate a salesforce site into French language which is currently in English. I tried to use custom labels it worked but there is limit for custom labels. That's why I want to implement a ...
Nirmal Prajapat's user avatar
0 votes
0 answers
60 views

Getting Error when I trying to delete event

I am getting error when I trying to delete events and its following ""We can’t delete future events because a flow, trigger, or validation prevented the series from being updated. Disable ...
Mohammed Rizwan's user avatar
0 votes
1 answer
43 views

Close date and Status in SFDC

If I had a list of 200 opportunity IDs, is there a way to pull their close date and status? I know I could build a report and filter by ID, but would that filter accept that number of inputs?
Radhika's user avatar
  • 23
0 votes
0 answers
26 views

XL-Connector With Salesforce

Using XL-Connector with Salesforce is there any way to allow the users only to export the data and restrict Insert/Update/Upsert/Delete operations using XL-Connector. even users having read write ...
krishna A's user avatar
0 votes
0 answers
479 views

Transfer chat to queue from Einstein Bot

I am trying to route chat from einstein bot to a queue. I am calling an omni channel flow to achieve the same thing but the flow fails with the following error - This Route Work invocable action did ...
SFDC Cat's user avatar
0 votes
1 answer
32 views

Concatenating addres fields in Snowflake

I have sample data with following address fields, billing_address billing_city billing_state country 12345 216 Street, Suite. A Lynwood Washington USA The goal is to get the address in following ...
jay's user avatar
  • 1,421
0 votes
1 answer
306 views

Set hidden pardot field using javascript

I'm trying to set a hidden Pardot field (inside an iframe). When I manually enter the query selector in my chrome console I'm able to get the element, but when I run this code snippet (included in <...
Justin Young's user avatar
  • 2,423

15 30 50 per page
1
2 3 4 5
8