Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
76 views

I am currently implementing an image upload functionality in Lightning Web Components (LWC) using FilePond on an LWR Experience Cloud Site (Salesforce). I have developed a LWC that uses FilePond for ...
Rajat Shende's user avatar
1 vote
0 answers
20 views

I need to create a custom report type that includes three objects: Account, Activity, and Visit. I have successfully created the report type, but I've noticed that certain standard fields, such as &...
anonymouse_28's user avatar
-3 votes
1 answer
93 views

Here is my postman body. Body: client_id=OCgIhL2xtHUl&client_secret=JSJHDJJ6879898&redirect_uri:https://oauth.pstmn.io/v1/callback&password=REALOwK9iasjT7NcVSAy&username=test-70@...
Chris_dev's user avatar
2 votes
1 answer
134 views

I'm developing an CPQ system and I want to integrate it as an iframe within salesforce or any other CRMs. There are few problems, A Session needs to be maintained for authentication and authorization ...
user2453753's user avatar
0 votes
1 answer
72 views

I have Task object where we have stored data, I am trying to retrieve data using SOQL query, in order to pass PMD analysis I have access check like this before SOQL query if (!Schema.sObjectType.Task....
Sahil Arora's user avatar
0 votes
0 answers
66 views

I have a Salesforce, Agentforce service agent. I am deploying the agent chatbot of community page using embedded service deployment. I am getting this error: Refused to frame 'https://si173372*******....
Anbu's user avatar
  • 1
0 votes
0 answers
159 views

I'm embedding a Lightning Web Component (LWC) inside an Aura/Lightning application. When I use the LWC on its own (outside of Aura app), any Promise rejections or uncaught exceptions are automatically ...
NT PT's user avatar
  • 1
0 votes
0 answers
81 views

I am working on a SAML Login pattern for a Salesforce instance. The overarching flow is User attempts to access a Salesforce resource that requires the user to be logged in. A custom AuthnRequest is ...
user30061632's user avatar
0 votes
0 answers
263 views

I am experiencing an issue where the Agentforce chat is not available on the record page in Salesforce. Instead of loading properly, I am getting an error message saying: "Something went wrong. ...
Sk_Dev's user avatar
  • 1
0 votes
0 answers
66 views

https://github.com/azure-ad-b2c/samples/blob/master/policies/sign-in-with-magic-link/README.md Using the above link we implemented magic link authentication for users to login to one of our website ...
Ram babu's user avatar
  • 253
0 votes
0 answers
111 views

I'm starting to create a full website using only Lightning Web Components (LWC), which will be deployed on an Experience Site (LWR). I've split the components into distinct parts, such as the homepage,...
nischal vasisth's user avatar
0 votes
1 answer
790 views

So we have a lightning button which calls a LWC component. This LWC component opens up in a popup window with Save and Cancel button. Now on the click of Cancel button the below LWC js code is called: ...
Anmol Khanna's user avatar
0 votes
1 answer
192 views

I am building a custom login page in react native mobile app to allow user to login into salesforce exp site. Upon form submission I want salesforce community user (not an individual user) to ...
CoronaVirus's user avatar
0 votes
0 answers
102 views

I have a usecase where we have 2 experience cloud sites: 1 for customer portal for lending needs and another one used for mobile publisher one. Now I want to maintain uniqueness of the site members(...
Darshan A Patil's user avatar
1 vote
0 answers
376 views

I'm trying to interact with the Salesforce gRPC Pub/Sub API, specifically the GetSchema and GetTopic methods, on a sandbox instance. However, I'm encountering the following error: An authentication ...
Saravanan Murugan's user avatar
-1 votes
1 answer
184 views

We have a Backup log DE with Data spreading for 4yrs with around 600M records. When i trying to Query a DE with filters like date ,status..the query fails with the timeout error. I tried to use the ...
Ven's user avatar
  • 1
0 votes
1 answer
53 views

I'm seeking guidance on adjusting settings in Salesforce under Setup > User Interface. Specifically, I need to programmatically toggle checkboxes based on user requirements. Could anyone advise me ...
vw96's user avatar
  • 43
0 votes
1 answer
227 views

I am trying to provide an option to community partner user to switch between different pages using LWC component and basis on their selection , I need to update the profile of the user.(Note-I have ...
sForSujit's user avatar
  • 983
1 vote
0 answers
563 views

I have a journey in Marketing Cloud whose basic function is to pick up subscribers who click a link in an email, hold them until a date defined by their entry source Data Extension, add a wait ...
Nica's user avatar
  • 13
2 votes
2 answers
227 views

OpenChat let preChatValue = "myValue" let preChatKey = "Somename" let config = UIConfiguration(serviceAPI: serviceAPIURL, ...
Vladimir Antin's user avatar
0 votes
1 answer
308 views

So I have a scenario where I have to Query a Promotion (based on ProductId, and/or BuyerGroupId) and also delete its related PromotionTier, PromotionTarget, PromotionQualifier etc... So I want to ...
Saad Amin's user avatar
0 votes
1 answer
212 views

I have a string that is generated in the flows, for example, the generated sting is '998798474610237811'. I would like to transfer it to a barcode with ext39b method and send it through a email with ...
pluto_99's user avatar
1 vote
0 answers
369 views

I want to customize the tag of the LWC. I have made the background transparent. My background image is dark. So, I want my text to appear as white so that it is visible. Also, while selecting the ...
Timus_sfdx's user avatar
0 votes
1 answer
2k views

I am trying to fetch salesforce case details using CaseNumber which is currently throwing below error: [ { "errorCode": "NOT_FOUND", "message": "The requested ...
rach pole's user avatar
0 votes
2 answers
680 views

I have 2 Objects based on Lookup relationship i.e 1) Assign 2) Inventory. Relation is 1 inventory can be assigned to many (1 to many). Inventory has picklist values called "status" contains ...
Booster15's user avatar
0 votes
1 answer
706 views

import { net, oauth } from "react-native-force"; oauth. getAuthCredentials( (data) => { }) This is how I call to get the credentials Need to automatically fetch the refresh token when the ...
Pravallika Damerla's user avatar
1 vote
2 answers
8k views

anyone here experienced facing this following issue on salesforce deployment process: ⁠An object '....' of type '.....' was named in package.xml, but was not found in zipped directory Already looking ...
naticap's user avatar
  • 417
0 votes
1 answer
314 views

I am new to Salesforce Apex developement, and am trying to update certain fields (e.g. Organization name, 'EIN' value, issue areas and target population) on the account object based on values brought ...
Daniel Zhou's user avatar
0 votes
1 answer
2k views

how to find the apex class in this scheduled apex record.its not showing the apex class , then I try this in apex jobs section but it's also not showing this job Please give me solution for that . ...
Pamoda Wijesinghe's user avatar
0 votes
1 answer
82 views

I know how to translate documents CMS content using the standard translation feature on CMS. But how it works with the images? I have custom content type and its content contains text and image field ...
Thiago Rodrigues's user avatar
0 votes
1 answer
29 views

I'm working inside a Salesforce instance and I have a domain + site setup with registration and login (within the same Salesforce instance). After someone registers an account on the Salesforce site, ...
Felipe Peña's user avatar
  • 2,848
1 vote
1 answer
1k views

I am using Omnistudio. The idea is to add education records Here is the architecture am following: I have parent omniscript with a embedded LWCflex card which has “Add Education” button which opens up ...
Sahil Arora's user avatar
0 votes
2 answers
982 views

In the Article Content, Salesforce displays a few things that make the article heavy and not user-friendly. Only using CSS can you hide fields you don't want displayed. In my case I'm looking to ...
Skim's user avatar
  • 1
0 votes
0 answers
98 views

We are working on integrating Apache Unomi with Salesforce. We have configured Apache Unomi on Azure Linux VM instance as container. ` CONTAINER ID IMAGE ...
shruthi madhavan's user avatar
0 votes
1 answer
720 views

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
1 answer
159 views

I trying to find a solution how to handle any metadata changes in Salesforce using Apex. At the moment my main goal handle changes in any ApexClass record. I need to have the ability to understand ...
Velerii Artemenko's user avatar
0 votes
1 answer
648 views

I am trying to create a validation formula in order to perform the below logic. I_Priority__c is a Picklist C_Start_Date__c is a Date Field C_End_Date__c is a Date Field These field values cannot be ...
Harsha W's user avatar
  • 3,386
0 votes
1 answer
236 views

While pushing a class to bitbucket using Sourcetree . I got this file apex.db added automatically alone with the class. Am not able to discard or Remove it. I tried clicking on discard and Remove. ...
Sivakumar arasu's user avatar
0 votes
1 answer
33 views

List OppListWithClosewon = [SELECT id,IsWon,Name,Accountid FROM Opportunity WHERE Id IN :opplist && Iswon = True]; i am not able find what is the error im making here not able filter this ...
PraBin Das's user avatar
0 votes
0 answers
499 views

Mistakenly for the partner user wrong role has been assigned but I tried some steps as follows: 1)Log in to Salesforce 2)Navigate to User Managemen 3)Locate the User 4)Edit User 5)Change the User's ...
Shree Batale's user avatar
0 votes
1 answer
355 views

I'm working with social login on Salesforce Commerce Cloud (SFRA). When I click on the Login button, I get this error in my login controller: For technical reasons, your request could not be handled ...
Ali Zia's user avatar
0 votes
1 answer
99 views

My Project is looking for a way to push the comments from JIRA to Salesforce without using a plugin/third party tools due to bureaucratic overhead. I have searched a lot and every one of them suggests ...
Marck's user avatar
  • 157
0 votes
2 answers
3k views

I am sending a template email to some users, the template contains a merge field {{!Opportunity.custom__c}}. When sending it, the value of the field does not appear. Messaging.SingleEmailMessage email ...
Michael's user avatar
0 votes
1 answer
303 views

I'm trying implement Amazon lex chatbot in company public website and in experience cloud. its working fine in company public website. but in Salesforce Community cloud it giving below error Error: ...
GVMK's user avatar
  • 39
0 votes
1 answer
3k views

I am editing record detail page inside salesforce community web site. When editing a record I don't want customer to change its status which is a combobox. I have hidden the combobox by adding css ....
Hasan Zubairi's user avatar
0 votes
1 answer
320 views

I have the following scenario: My user has the Partner Community license and the profile is a custom one , called Agent When I want to debug a flow as my partener user it says that it doesn't have ...
Otilia Domnea's user avatar
0 votes
1 answer
253 views

As of now i am fetching product list and product detail using on Postman using GET method. Product Detail using below GET request. {{_endpoint}}/services/data/v{{version}}/sobjects/Product2/...
Ashish Patel's user avatar
  • 1,041
0 votes
1 answer
3k views

I am using Sales Force Oauth API. I am using PHP and Curl for API Integration. When I hit API using Post Method, I am getting this error message unsupported grant type. When I hit the same API using ...
Jay Simple2Call's user avatar
0 votes
1 answer
1k views

I need to perform certain actions or notifications whenever a user logs into Salesforce. However, it seems that creating a trigger directly on the LoginEvent object is not possible in Salesforce. I ...
Himanshu Joshi's user avatar
1 vote
0 answers
127 views

I am trying to login into a salesforce community from an Expo React Native Project I have created. Does anyone have any examples of how I could go about logging into a Salesforce Community via custom ...
abdul salam's user avatar

1
2 3 4 5
7