Failed to save undefined: descriptor is null
If you face Failed to save undefined: descriptor is null, please set type attribute. Sample Code: <aura:attribute name="functionalrole" type="String"/> Cheers!!!
If you face Failed to save undefined: descriptor is null, please set type attribute. Sample Code: <aura:attribute name="functionalrole" type="String"/> Cheers!!!
Sample Code: Lightning Component: <aura:component implements="flexipage:availableForAllPageTypes"> <aura:attribute name="height" type="Integer" default="100"/> <aura:attribute name="width" type="Integer" default="100"/> <aura:attribute name="styl" type="String"/> <aura:handler name="init" value="{!this}" action="{!c.doInit}"/> <button ....
SOQL Injection can occur in Apex code whenever your application relies on end user input to construct a dynamic SOQL statement and you do not handle the input properly. To ....
If you face Failed to save undefined: The attribute "aria-hidden" was not found on the COMPONENT markup://c:svg, go to the svg or svgicon component and check the attribute name. Sometimes it ....
If you face Failed to save undefined: No COMPONENT named markup://use found : [markup://c:AppAssignmentComponent], use <span> tag instead of <use> tag. Exception: Failed to save undefined: No COMPONENT named markup://use ....
If you face No COMPONENT named markup://svg found : [markup://c:AppAssignmentComponent] issue instead of using <svg> try <c:svg>. Note: Make sure you have created the svg lighting component. Cheers!!!
1. When will you use Process builder or Workflow? https://www.infallibletechie.com/2016/07/what-is-difference-between-process.html 2. When a new opportunity is created I need to update the status as Processing, what will you use? Process ....
Process Builder: You can use the Process Builder to perform more actions than with workflow: 1. Create a record 2. Update any related record 3. Use a quick action to ....
1. Go to the page in Community Builder and select Page Variations tab. Click "New Page Variation" button. 2. Select your page option. 3. Give any name and click "Create" ....
To troubleshoot using Debug Log for Salesforce Community Self Register Page, use the following Steps: 1. Go to Debug Logs in Setup. 2. Click New button to setup the Debug Logs. ....