How to create Child Case using Parent Case information in Salesforce?
A simple Quick Action can be used to create Child Case using Parent Case information in Salesforce. 1. Create a Quick Action. Note: Add the Predefined Field Values. 2. Add ....
A simple Quick Action can be used to create Child Case using Parent Case information in Salesforce. 1. Create a Quick Action. Note: Add the Predefined Field Values. 2. Add ....
Sample Code: Aura Component: <aura:component implements="lightningsnapin:prechatUI"> <lightningsnapin:prechatAPI aura:id="prechatAPI"/> <aura:handler name="init" value="{!this}" action="{!c.onInit}" /> <aura:attribute name="startBool" type="Boolean" default="false"/> <aura:attribute name="errorBool" type="Boolean" default="false"/> <aura:attribute name="firstName" type="Boolean" default="false"/> ....
Sample Code: <aura:component implements="lightningsnapin:prechatUI" controller="PreChatController"> If you are using Site, then do the below steps. 1. Go to the Site. 2. Click Public Access Settings. 3. Add the Apex Class to the Apex Class ....
Using aura:handler name = "init", we an invokeApex method from a Quick Action in Salesforce Lightning using Aura component. From the action attribute, call the JavaScript function. In the JavaScript ....
1. Check whether the user has the necessary Edit and Delete permissions, either via a profile or permission set. 2. If it is in Lightning Experience, make sure the page ....
1. Create a Custom Quick Action and give value as blank for BCC Address, HTML Body, Subject and To Address.2. Add the Quick Action to the Case page layout. When ....