Category: Cloud
How to Retrieve Metadata of AWS EC2 Machine
Metadata is data about your EC2 instance that is used to manage and configure the instance. Developers use the metadata in the script in order to configure the instances and their resources. Please login to your EC2 machine and run
Salesforce DX – Spinning Up a new scratch org
Steps to create scratch org in Salesforce DX Open the directory folder where the Salesforce DX code is present. Create scratch org with the help of a command palette or Terminal by authorizing dev hub. To Authorize dev hub Press
How to use Custom Labels in Lightning Web Components
Custom Labels are text values that can be translated into any language that salesforce supports. We can use custom labels to represent help text or error messages to the users in their native language. Custom labels can be fetched from
How to get list of all changes with files name in a Azure Branch
When we work with Source Control systems and work in a developer branch that is created from the main/master branch. Sometimes, there is a case when we have pushed multiple times in a branch but we need to check the
Using Developer Console in Salesforce
Executing Apex code in the developer console Login to Salesforce and switch to classic and click Developer Console Click to debug -> and click “Open Execute Anonymous Window” or Ctrl/E Write code in the window and execute as following After
Displaying the records from multiple related Salesforce Objects on a Lightning Web Component.
The records from a single Salesforce Object can simply be displayed in a Lightning Web Component by using the lightning datatable, but in order to display the records from multiple objects on the same Lightning Page, we need to use
Passing Data From One Lightning Web Component to Another Lightning Web Component
Sometimes there is a requirement to pass data from one LWC to another which are not in the same DOM tree i.e they are not linked to each other so for that earlier we used to use the pubsub library
Difference Between Aura Components and LWC
Four separate technologies are used together for web components in Salesforce: Custom Elements: JavaScript APIs help to develop the HTML elements with custom templates, tag names like and behaviours. Shadow DOM: For isolation of CSS and JavaScript living Standard DOM
Add Custom Components to Home Page
Log in to your Salesforce account. Click Setup at the upper-right corner. Under the Build Section Customize => Home, click Home Page Components or you can search for components on the search bar. After Clicking Home page Components the following