Debug Lightning Web Components
Apex Hours
by Amit Chaudhary
1y ago
How to debug Lightning Web Components? Join us to learn about different solution to Debug Lightning Web Components. Lightning web components are built using standard HTML and JavaScript, and on the desktop they run in a variety of supported browsers. You can use standard browser and JavaScript debugging tools, like Chrome DevTools, to debug your components during development. Debug LWC The simplest way to run and debug a component during development is to create a Lightning Page and add your component to it. Then load the Lightning Page in your preferred browser and use your favorite inspectio ..read more
Visit website
Salesforce Automotive Cloud
Apex Hours
by Lorine Kyler
1y ago
In this article, I will lay out my thoughts about the Salesforce Automotive Cloud through the prism of a Salesforce Consultant working with car dealerships daily. Maybe this will be the starting point or next step in your career. Alternatively, it is beneficial to investigate industry-specific clouds if you are starting to explore different Salesforce environments. This can be advantageous because even if you don’t have extensive knowledge of Salesforce yet. You could use your familiarity with the sector and apply that understanding when implementing the product. Or you may want to read this a ..read more
Visit website
Use Component in Salesforce Targets
Apex Hours
by Amit Chaudhary
1y ago
We have learned how to work with lightning components so far, now let’s check out where you can use it in Salesforce. The agenda of this demo will be to learn how to use a Lightning Web Component in below targets. Learn how to use Lightning web components in different targets. Use LWC in Lightning App Builder There are a few steps to take before you can use your custom Lightning web component on a Lightning page in Lightning App Builder. The <component>.js-meta.xml file defines the metadata values for the component, including the design configuration for components intended for use in Li ..read more
Visit website
Salesforce DevOps
Apex Hours
by Amit Chaudhary
1y ago
Continuous integration (CI) is a DevOps software development best practice. Where developers regularly merge their code changes into a central repository, and after that automated builds and tests are run. In this post, we will learn about what is DevOps and the tools available for Salesforce DevOps. What is DevOps? DevOps allows the organization to develop and improve the product in a faster way than it can do with other software development approaches. Continuous integration (CI) is a DevOps software development best practice to detect problems and fix them before releasing changes to their ..read more
Visit website
Wire Adapters & Functions in LWC
Apex Hours
by Amit Chaudhary
1y ago
Let join us to learn about Wire Adapters & Functions in LWC. The wire service provisions an immutable stream of data to the component. Each value in the stream is a newer version of the previous value set. We call the wire service reactive in part because it supports reactive variables, which are prefixed with $. If a reactive variable changes, the wire service provisions new data. Table of Contents Understand the wire service Example of Wire with uiRecordApi Import References  Import a reference to an object field Import reference Import reference to relationship field Import f ..read more
Visit website
Salesforce MVP Hall of Fame
Apex Hours
by Amit Chaudhary
1y ago
Join us to congratulate all new 2023 Salesforce MVP Hall of Fame members. Salesforce MVP Program was created in 2010 to recognize Community experts who go above and beyond to help others succeed in the Salesforce ecosystem. What is Salesforce MVP? MVP is an acronym for “Most Valuable Professional / Player” (Trust me, I did not found any official document for it). Salesforce MVPs are leaders and experts who go above and beyond to give it back to Salesforce ecosystem. Salesforce MVPs are self or community-nominated Trailblazers recognized annually for their expertise, leadership, and generosity ..read more
Visit website
Rest API in Salesforce
Apex Hours
by Amit Chaudhary
1y ago
REST API is a simple and powerful web service based on RESTful principles. It exposes all sorts of Salesforce functionality via REST resources and HTTP methods. For example, you can create, read, update, and delete (CRUD) records, search or query your data, retrieve object metadata, and access information about limits in your org. REST API supports both XML and JSON. What is REST API in Salesforce? The Salesforce REST API lets you integrate with Salesforce applications using simple HTTP methods, in either JSON or XML formats, making this an ideal API for developing mobile applications or exter ..read more
Visit website
LWC and AURA Coexistence
Apex Hours
by Amit Chaudhary
1y ago
Aura and LWC can work together, you can compose and Lightning Web Component in AURA as a child but it’s not the other way around. But before using a Lightning Web Component as a child in Aura make sure you understand the pros & cons of it. Let see how LWC and AURA Coexistence togather. Composition To add your Lightning Web Component as a Child in Aura you can use camel case with a colon separating the namespace and the component name. Below Aura component is composed of lightning:card, which is base Lightning component, and c:lwcHelloWorld, which is a LWC. You can also call child Lig ..read more
Visit website
Send Outbound Message From Flow in Salesforce
Apex Hours
by Amit Chaudhary
1y ago
Can I send an outbound message in a Salesforce flow? Yes, you can send Send Outbound Message From Flow in Salesforce. Outbound messages can be used to connect or pass the data from Salesforce to any other external system using SOAP API. Today we will learn about how to trigger the outbound message from the record Trigger flow. What is an Outbound message in Salesforce? An outbound message is an action that sends information to external servers from Salesforce. The outbound message is an action that sends data in SOAP format to external servers. Outbound messaging uses the notifications ..read more
Visit website
Governor friendly asynchronous processing from triggers
Apex Hours
by Phil W
1y ago
How to perform Governor friendly asynchronous processing from triggers without compromising bulk processing, even when initiated asynchronously. When records are created, edited or deleted sometimes you need to process the record data to make something else happen. This is something that may be needed for all sorts of different reasons, with all sorts of different results and in various contexts. Some examples: When a Contact is created, an email is sent to that contact’s email address to perform validation that the Contact owns or has access to the given email address. When an Opportunity is ..read more
Visit website

Follow Apex Hours on FeedSpot

Continue with Google
Continue with Apple
OR