Questions tagged [salesforce-communities]

Salesforce Communities are branded spaces for your employees, customers, and partners to connect. You can customize and create communities to meet your business needs, then transition seamlessly between them.

Useful links:

357 questions
14
votes
4 answers

How to get Proxy object content?

I am working with lightning web component and apex class. This is new for me. I am trying to get the content of a Proxy object generated by an Apex class. But when I console log it I have a result like this : Proxy { : {}, : {…}…
4
votes
3 answers

How to Enable TLS1.1 in Java7 for Axis1 webservice client

Summary: Salesforce.com recently disabled TLSv1 for their sandbox instances(test.salesforce.com) and can only support TLSv1.1 and above for API integrations for both inbound and outbound requests. I am using Java Axis1.0 client code with JDK 7.0 to…
3
votes
0 answers

Possible values in Salesforce Setup Audit Trail action column

Can anyone help us to figure out to identify the possible values of action column of SetupAuditTrail table in salesforce. Do we have any table which stores all action? ex: "changedManager", "changedApexPage", "campaignlayout" etc. It will be great…
2
votes
0 answers

LWR Site (Build Your Own) - Issue accessing 3rd party library loaded from Static Resource that depend on the window global object

I have created a LWC component that loads a third party library from a static resource. Here's an example of the library: window.myLib = (function() { return { myFunction: function(a, b) { return a * b; } …
2
votes
0 answers

Prepopulate Okta username in okta login page when user access Salesforce SP initiated SSO URL

I have SAML SSO enabled between Salesforce and Okta(OIE). I have Salesforce link embedded in email sent to user. When the user clicks this link, user is redirected to okta login page. We would like to auto populate okta username in okta signin page…
user2961454
  • 353
  • 1
  • 4
  • 15
2
votes
1 answer

How to check if records related to fields in custom metadata are changed

I have a scenario where I need to check in opportunity update if particular field values of opportunity which are mentioned in metadata are changed or not, if these values are changed meaning that that record would be considered for update. I have…
2
votes
6 answers

Salesforce Classic Email Template in Quick Find Not Found

In Salesforce Lightning view, I'm having issue finding the "Classic Email Templates" in Setup >> Quick Find. I tried looking at the Profiles >> System Administrator profile >> System Permissions. I assured that the Manage Public Classic Email…
2
votes
1 answer

Salesforce apex not passing validation

I have two apex classes that I am trying to push to production from a sandbox. When I go to validate the change set, it fails on the code coverage part saying that the code coverage is 50% and needs to be 75%. Both of the classes have well above 75%…
Trout
  • 23
  • 9
2
votes
0 answers

is it possible to disable other checkboxes in setimeout if specific checkbox checked in apex-repeat?

i have a program that can update multiple value, i wanted to give settimeout 2 second after click on spesific checkbox. when settimeout is loading the other checkbox in apex-repeat is disabled and when the settimeout is over the other checkbox will…
2
votes
0 answers

Fetch the current page name in LWC

I created some pages with a hierarchy like Home(with child pages), About US, Contact How can I fetch the current page in lwc template? Are there ways to fetch all the available pages in the community using the same template? Or is there any API…
Geek
  • 127
  • 1
  • 12
2
votes
1 answer

Salesforce standard objects accessibility based on org wide share settings and roles

Is there any possible way to fetch the SFDC standard objects such as Accounts, Opportunity, Contacts and Leads based on the accessiblty rules configured in the SFDC using REST API of SFDC? If yes, then how exactly we can pass the user specific…
2
votes
1 answer

Salesforce Authentication using Node JS API With Access Token

I have a requirement to retrieve the Auth Code from SalesForce API. I have created the scenario in Postman as below. Configuring the new Token using the below parameters Once I press "Get New Access Token", Postman opens a popup and asks to type…
Harsha W
  • 3,162
  • 5
  • 43
  • 77
2
votes
1 answer

Field Service Lightning Mobile Visualforce Login

I am trying to login into a salesforce community that is set up to use a VF page login page from the field service lightning mobile app. The view comes as a webpage instead of an FSL app view. Also, when the login is set to standard community login,…
2
votes
0 answers

The terminal process failed to launch: A native exception occurred during launch (Unable to start terminal process: CreateProcess failed)

I have tried all the solution suggested to open terminal but it always shown that terminal process failed to launch and CreateProcess failed. I also reinstall Visual Code but it shows same error. Please suggest me solution.
2
votes
0 answers

Deploying communities using package.xml

I am trying to retrieve Salesforce communities names 'XXX Community' from one org into VS Code and subsequently want to deploy it into another org. However, when I use the sfdx force:source:retrieve -u DemoMaster -x ./package.xml command, for the…
d039043
  • 21
  • 2
1
2 3
23 24