Salesforce Questions
Ad
Looking for force.com's comparison with other cloud services & its pricing model
Lately i've been looking at force.com which happens to be salesforce.com's cloud initiative. however, what i am unable to draw is its comparison
How can i make a multi level query using SOQL in Salesforce?
I am running the nested query select id, name, account.name, (select id, orderitemnumber, product2.name from orderitems)
Receiving 414 When Hitting Firebase Function
I am receiving an error when posting to my google cloud function - from salesforce execute anonymous - which just takes in the request an saves
How to improve performance of querying data from Salesforce with Python?
Are there any solution we can retrieve salesforce data from python with more than 2000 records for each chunk? i have used rest api to retrieve
How to make Android app login requests all appear as one IP
I am developing a native android app that must interact with a salesforce org through a soap api. currently, for users of the app to login, they
Salesforce LiveAgent REST API 400: Request is not a valid ChatEnd - ChatEnd requires a non-null value on the reason property
I implemented some python code to have my front-end interact with the sf liveagent rest api as documented here:
How can I extend a class in Node JS by my custom constructor?
I have the following in a node js model. this file exists in another project that cannot be changed but is locally available to the
HTML elements not displaying in the Visualforce Page rendered as PDF in Salesforce
In salesforce: i have printed a barcode using the svg tag in the visualforce page. but, when the visualforce page is rendered as a pdf using the
Is there any way to fetch fullnames for ProfilePasswordPolicy records using API?
Is there any way to fetch 'fullname' for profilepasswordpolicy records? i am trying to update and read records of profilepasswordpolicy but
Salesforce LWC Uncaught (in promise) TypeError: Cannot read property 'Symbol(ViewModel)' of undefined
I am getting this error when running a salesforce scratch org application; aura_proddebug.js:274 uncaught (in promise) typeerror:
Ad
Error subscribing to SalesForce topic from Node.js
I am trying to subscribe to a salesforce topic from a node.js server using the code provided in
Using AWS cognito Identity with openID salesforce in python boto3
I am doing a poc for an application that will use sso from salesforce using openid and pass the id_token to cognito user identity to get temporary
Can you implement a Quick Action button from Community in Salesforce
I have an existing quick action button on an object, which i would like to display as a button for community users i have tried
force:recordData not working on Quick Actions
I'm using "quick action" on task object in order to replace an old js button. i tried to replace some ajax toll queries with "recorddata" and use
How can i resolve this MarkerCluster checkin/ checkout error (leaflet salesforce)?
The problem is that when i check out on overlay and after i check in again i receive this error: uncaught typeerror:
How to fix Uncaught TypeError: Cannot assign to read only property 'data' of object '#<ImageData>'
I'm trying to add data to my heatmap. i use this library in order to do that
String search with all fields of array of objects
I have list/array of objects, it is aligned in a table. i got to implement a search functionality irrespective of any specific field. in other
Understanding Difference between Fuse and Camel for Salesforce Integration
I am trying to learn how to carry salesforce integration but i'm finding the documentation in the area very lacking. i have a very simple route
Call lightning Web Component from URL and capture parameter from URL
I want to redirect user from one lwc to another by clicking on url in experience cloud. basically, on my first lwc i am showing the list of
How To Make Salesforce LWC work only for New Cases and Not on Existing cases
I have a requirement where lwc component is fired everytime when a case is opened,i want to change lwc component to work only for new cases,what
Jenkinsfile Creating Scratch Org Failing
I am trying to create a continuous integration between bitbucket and salesforce using jenkins and i am having trouble with the scratch org
Ad
How to create a picklist field value using trigger when new record is added?
Apex code to create a record picklist in an object when a new member is created in another object?
How to form an URL in LWC Community Page that can carry User Info?
I am forming a web app in lightning community experience builder using lwc, which already has an url that carries the domain of my org. now
Username/password JWT with Salesforce Named Credentials
I need to integrate with a service that uses an authentication flow i'm not familiar with and wondering can i use named credentials with it?
AWS AppFlow data load from Salesforce to S3 Error initializing schema : Illegal character in: SystemModstamp
I have created a flow in aws appflow to pull data from salesforce to aws s3. the object oppertunityhistory failed with the error - "error
Determine Minimum Tests To Be Run For Salesforce Deploy
I have set up a github action that validates code changes upon a pull request. i am using the salesforce cli to validate (on pr) or deploy (on
Formula Field for Unique Contact ID Counter for Reports in Salesforce Classic not Lightning
Part of the org app has yet to transition to lightning, so this question relates to classic and reports. i need to get a unique count of
How do I add an ip range to aws?
I haven't found anything that details out how to add a range through the aws portal. i have a range of salesforce ids that i need to add. when i
Error in Salesforce flow: INSUFFICIENT_ACCESS_ON_CROSS_REFERENCE_ENTITY
Error detected during debug: create one opportunitylineitem record where opportunityid = {!$record.convertedopportunityid} (null)
Email to case handle for out of office salesforce
I have email to case feature enabled for my org. for customers whose ooo notifications is turned on, it is creating a new case instead of
How to use html tag in salesforce task api?
I am using jsforce for make api calls on salesforce. i
I need to run and fill Salesforce Web-to-lead form on herokuapp
I generated a web-to-lead in salesforce form, received an html file, installed a heroku cli and registered in heroku. what should i do next to run
Ad
How to retrieve data from SalesForce using C#
Could somebody help me find an example of getting data from salesforce using its api with c#? e.g. getting a contact information by its email
Sitecore - How to get User ID if the user was logged in using external identity provider (Salesforce SSO)
I have a little bit of problem with the authentication on sitecore website. basically there is a button on the navbar, and when user clicks on the
salesforce lightning component init function call
I am trying to check something before the modal popup shows in salesforce opportunity page. when i call the doinit function the button handler
Anyone have experience with exposing Event type in Salesforce Lighting Web Component LWC for the Dynamic Interactions?
I tried to expose the event tab in the lwc. i followed this help document from salesforce:
salesforce get account id in lightning component
I have developed a lightning component modal popup to show on the opportunity page. there are two options yes and no. on condition this lightning
Visualforce nested pageblocksections collapse all space
I am trying nested pageblocksections in visualforce apex page. i want the sections to be collapsed by default. i searched on line and found a
PHP salesforce/handlebars: are JS-style hashless non-block helpers supported?
Salesforce/handlebars is a php parser and renderer for
Salesforce image resize in LWC
I am new to salesforce development. i want to display an image in lwc in salesforce. i added the image in static resource and add the line in
Salesforce popup on opportunity
For a client requirement in opportunity i have added a button to go to a visual force page. before showing the next page though client wants to
How to use isDisable of SelectOption
I have a selectoption and i'm populating like this: maintnoteslist.add(new selectoption(string.valueof('default'),'select description')); i
salesforce developer - SFDX: Retrieve Source from Org
I have lightning web components called list. and when i try to do sfdx: retrieve source from org, to get my classes from apex class.
Ad
Didn't understand relationship 'LinkedEntityId' in field path
So i am generally able to query the relationships but i do not have the access to this object in object manager, so what should be the query to
Populating an Apex Map from a SOQL query
// i have a custom metadata object named boatnames__mdt and i'm using two methods to get a list of picklist values in a
Why does SalesForce on before delete trigger delete record before processing?
I have created a trigger in salesforce : trigger mytestdelete_d on account (before delete) { set<id> ids =
Sorting by 3 different criteria in JavaScript
I am trying to sort this list below, first by relationship(if it is subscriber then it should be first) then by active vs inactive. active should
How to use JWT access token from salesforce with azure data factory?
I am creating a app on azure and i am using azure data factory as a data integration tool, in my app i want to retrieve data from
Does Azure Data Factory's SalesForce connector support the TypeOf keyword in SOQL?
When i run the following soql statement against the salesforce api, it works: select id, typeof parentrecord when workorder then
How to pass Salesforce Flow variables into Apex Class with correct scope?
I'm trying to use a use a flow in salesforce to pass variables into an apex class that performs an http post to an external api. the flow grabs
How to add multiple scheduled actions in a process builder
I want to send reminders 45 days, 30 days, 21 days before the event start date. i have mentioned all those 3 in process builder. please see the
Salesforce LWC Database.setSavepoint
Javascript admitted newbie and hacker here, so i suspect this question is very ignorant and a learning experience. i'm essentially
How to trouble shoot SOQL invalid input error in Mule4
I faced a strange issue that the app can be executed successfully in mule dev/qa server but throws salesforce:invalid_input in the prd server
Salesforce Tests for Org
Should every apex class have its own test class? currently dealing with tests in an org where 80% of apex tests are under
Ad
Retrieve data from Salesforce using Django
I am trying to integrate salesforce rest api with django, so for hours i have been trying to figure out the
Auto logging in to salesforce using PS on Chrome
I have the following script for logging in to salesforce on ie. i want to login using chrome or firefox. if i need a completely new script i will
How to code Multipart-form POST REQUEST using apollo-datasource-rest
I want to code the multipart-form post request below using apollo-datasource-rest
How to access multiple salesforce orgs with same connected app
I am trying to access the multiple communities in multiple salesforce sites with same connected-app but could not. for example: i have
Sync latest changes in a normalized database to Salesforce?
We have a business requirement to keep a repository of clients up to date in salesforce, to that end it's been decided that we should implement a
Concurrency limitations for Salesforce API?
I am running this code that uses jsforce to interact with salesforce api. in two different steps, one upserts into a
Validate multiple required LWC's on same flow screen, WITHOUT losing values
So i've recently started jumping into lwc's more seriously, and i'm trying to figure it all out. i've created a custom picklist flow component
Workaround for DML Operation after HTTP Response
I need to make a http request and on a successful response, create and insert a record. here's a snippet of the code public static
How can I configure fields in a custom lightning record form as an admin?
I am very new to salesforce and am currently trying to create a custom lwc for a project that has specific capabilities. i have created a
Refresh table LWC
I've been trying to rerender a table when i update an account record with a lightning-record-form. i tried looking up a solution to this with
Update Salesforce Object from Marketing Cloud Automation Studio Using Script
I would like to update a record in the sales cloud object using script in automation studio in marketing cloud. i found the code:
Ad
Import data from Salesforce Report using ADF
I am working on importing data from salesforce report using adf. i am using copy activity and have created salesforce
Investigate References of Individual System Admin Users in Code and Config
How can we sweep through all code in our salesforce or and config in order to make inventory of where specific system admin users are being
Is there a way to assign a List to a field?
I know the question seems weird but hear me out... say i have a group of users called managers. list userlist = [manager1,
Resolving @salesforce modules on Heroku
My company has an app on salesforce platform that we are planning to expand. i'm researching the pros and cons of hosting the expanded features on
force:hasRecordId interface doesn't provide recordId from “new” button override
I have two custom objects (let's call them house and resident). the house record page has a related list containing all related
Salesforce object describe has big data, how to get limited data like picklist values from salesforce object describe
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
How to trigger Automation Studio in Marketing Cloud from Sales Cloud
I have created sql query in automation studio in marketing cloud and i have a button in an object in sales cloud. i would like the automation
Can I be able to access all users data using Salesforce Access Token of Admin of the same organization
I am able to get refresh and access token for an admin in salesforce. my question is: similiar to microsoft, will i be able to access all the
How to format a table extracted from salesforce into python?
I was able to extract some fields from salesforce using python. i used the following code block : !pip install
DHTMLxGrid 3.0 Issue with sorting and percent width columns
Sorry for no code sample, i can try to get a small sample at some point. but hoping someone has seen this behavior before. i have a
Ad
Python Simple Salesforce : Auto populate AccountID in Contact for imported Contacts
I am importing 10 contacts from an external data source into salesforce using simple salesforce python library. background
Catch exception in LWC thrown from Apex in Salesforce
I have the below code to throw an exception from apex @auraenabled() public static void associateaccount(string userid, string
Update Parent Object Field in Apex Trigger
I have three objects 1)truck__c 2)booking__c 3)payment___c. truck and booking has master detail relationship where truckk is master and booking is
How to filter month by string query
I have a sql like this in my apex code: public static list<fb_employees__c> getrecords() { return [
Created individual files/folders and immediately use their Ids? (Google Drive API)
Short version of question: using javascript, i'd like to create folders in a structure, confirming if any/all/none of the
How to attach pdf from trigger to an object?
I'm a bit lost trying to attach a pdf with populated values from an opportunity record here is the code: trigger:
Batch apex with aggregate query which work perfect but when I'm trying to write the test class for this batch apex test class is failing
**when i run the below test class it return empty list in query method. i there any different way to write test class for aggregate batch apex
AWS AppFlow Salesforce to Lambda incomplete events
I have an aws appflow flow setup with the intentions of receiving salesforce change events and processing on a redshift table in order to keep the
Simple Salesforce Wrapper authentication Python
I'm trying to use the "simple_salesforce_wrapper" but can't even pass the authentication. i'm sure the email, password and token are
Automate user creation and deletion through external API requests
I have 0 experience in coding in apex so i would greatly appreciate your help and support with this question! i would like to figure out a
Talend - no output from the tSalesForceInput component
I am new to talend and i have a very simple task of bringing in a salesforce "contact" table into the database. to begin with testing, i
Ad
Failing to reference name of user from relationship query
I am trying to get just get the permissionsetgroupcomponents for test users in salesforce with this query. select assigneeid,
vuejs3 - update computed value from v-model
I'm using vue-3 i am not familiar with vuejs and i am a newbie developer. situation to add translations in
ListObjects request from Salesforce to AWS S3 results in "refused to connect" error
I'm developing a salesforce component that makes a request to aws s3 using the aws javascript sdk. when making the request below, i receive
AWS AppFlow Salesforce to Redshift Error Creating Connection
I'm wanting to create a one-way real-time copy of a salesforce (sf) object in redshift. the idea being that when fields are updated in sf, those
Does Salesforce Sandbox Seeding tools to propagate (targeted) data to lower environments with some clicks is really helpful
On trailhead salesforce today saw a salesforce sandbox seeding tool to propagate (targeted) data to lower environments with some clicks, my
Is there an effective way to secure access to my API from Salesforce?
I have built an api to my web application so that customers can access certain functionality without going through the dashboard. i have secured
Get id of parent object for the child object in apex
I have two objects (warships and resource). both are custom objects. now i want to add a new resource through the vf page. the resource__c is
Canvas Power App to upload file to Salesforce using Rest API
I am a newbie to powerapps and the flow automations. i am building a simple canvas power app that receives the user input then the json is
Referance a static resource via aura:attribute
I have created a new component and i want to be able to pass an image from a static resource and a custom label via aura:attribute. this is what i
Salesforce Commerce Cloud Ocapi
I am working on the open commerce api on sfcc, i found out something weird and wanted to know why. when making a get request from the shop api,
Issue deploying change set in salesforce prod - code coverage issue
Being new to salesforce i'm trying to make a prod deployment but it is failing because of code coverage issue. these are the apex classes that i
Ad
There are two date fields on an Object say Date1 & Date2,Now I want to Write a SOQL Query in SOQL Editor to fetch all the Object records
There are two date fields on an object say date1 & date2, now i want to write a soql query in soql editor to fetch all the object records
Durable Id assignment in URL not working in lightning
Problem statement: to auto-populate the lookup field i use durable id assignment with name. for e.g.
Ad
Blog Categories
Ad