App under App Manager is not visible in Lightning Experience
If an App under App Manager is not visible in Lightning Experience, check the following. Edit the app and enable Show in Lightning Experience.
If an App under App Manager is not visible in Lightning Experience, check the following. Edit the app and enable Show in Lightning Experience.
Select formula evaluates to true in the Workflow Rule.
Use $A.getCallback() to wrap any code that modifies a component outside the normal rerendering lifecycle, such as in a setTimeout() call. The $A.getCallback() call ensures that the framework rerenders the ....
Sample Code: <?xml version="1.0"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg xmlns="http://www.w3.org/2000/svg" width="400" height="400"> <circle cx="100" cy="100" r="100" stroke="black" stroke-width="5" fill="red" /> </svg> ....
Sample code: <aura:documentation> <aura:description> <h1>Documentation of Sample Component</h1> </aura:description> <aura:example name="Sample" ref="c:Sample" label="Sample Component"> Sample component view. </aura:example> </aura:documentation> description is to ....
1. Used to load, create, edit, or delete a record in your component without requiring Apex code2. Handles Sharing Rules3. Handles Field Level Security4. Consistent User Interface5. Better performance Examples: ....
1. How to get the current hour in the local time zone of the context user using apex in Salesforce? hour() returns the hour component of a Datetime in the ....
1. Go to Case origin and add values. 2. Select different case origin in each Email-to-Case settings to differentiate cases.
If you are unable to see asked questions under the Topic(Discussions) in Communities, make sure you add topic before submitting the question.
Sample Code: ProcessInstanceWorkitem[] workItems = [ SELECT Id FROM ProcessInstanceWorkitem WHERE ProcessInstance.TargetObjectId = '0016A00000OXbfi' ....