In this post, we will see how to resolve LWC Parent-to-Child communication issue Question: I’m working with two lwc components. Both have a relationship parent-child. In my parent.js I wire an Apex class which contains an objects array: Parent.js: this.currentUserProjects ...
In this post, we will see how to resolve Site guest user cannot run Get Record element Question: In my site the guest users have access to the flow and they able to run the flow and even create records. ...
Question: I am creating a lightning component and the init function is declared in the controller js file. But I am getting an error stating that “doInit action is not defined”. Here goes the code: Component file: JS Controller File: ...
Question: Using Salesforce lightning, I’m trying to finish my custom emailer component, but theres a problem with my syntax. I don’t understand what the error is. Basically, this is the actual emailer, it will allow attachments and have scheduling functions. ...
Question: I want to call the vf page controller from an Batch apex. but i am getting the following error enter image description here VF page controller public with sharing class QuoteToPDFControllerdownload { …. public QuoteToPDFControllerdownload() { String fileName = ...
Question: I am trying to use the Salesforce Analytics (Tableau-CRM) Snowflake output connector but getting the below error from Snowflake. SQL access control error: Insufficient privileges to operate on table stage 'TEST_NZ_EMP' when the JDBC 3.12.2 connector runs the below ...
Question: Is there any way to fetch ‘fullname’ for ProfilePasswordPolicy records? I am trying to update and read records of ProfilePasswordPolicy but getting the error shown in the screenshot. SOAP API error I can get fullnames using workbench but want ...
Question: I am using a lightning-record-edit-form as shown below According to https://www.lightningdesignsystem.com/components/form-element/ , the lightning-input-field control value is supposed to be required only if we add the required attribute to it. Even though I do not have the required attribute ...
Question: Problem is with this line in JS code inside result function- return this.wirestoredrecords.data.LastName; I am trying to get the Contact Fields Values using Getter and display in the HTML. PLS HELP. Answer: Your component loads to the page and ...
Question: I have created the below custom object, now I need to add the data to it. I clicked on the edit button in the below screenshot. then I clicked on the “Add More items” But I don’t see Author ...