Tag: salesforce

Best practices for Salesforce Integration Testing

Salesforce Integration Testing Best practices for Salesforce Integration Testing A robust Salesforce integration testing would entail the collation of test information, selection of the right test tools, following the naming conventions, ensuring total test coverage, and taking the agile approach, among others. Enterprises are digitizing in a big way to streamline their operations and deliver …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/best-practices-for-salesforce-integration-testing/

Workflow in Salesforce

Salesforce Workflow Rules

Workflow Rules in Salesforce What is Salesforce Workflow Rules? Workflow lets you automate standard internal procedures and processes to save time across your org. A workflow rule is the main container for a set of workflow instructions. These instructions can always be summed up in an if/then statement. For Example: If you have symptoms of Coronavirus then stay at home. Workflow …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/workflow-in-salesforce/

Salesforce Winter ’21 Release Notes

Salesforce Winter 21 survey merge field branching

Salesforce Winter ’21 Release Notes All you need to know about Salesforce Winter ’21 Release Notes Salesforce Winter ’21 Release Notes: We understand that it is difficult and a bit time-consuming to go through the entire release so here we offer to help you learn and grow in the salesforce world by presenting the summary and …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/salesforce-winter-21-release-notes/

Salesforce Winter 21 Release Date

Salesforce Winter 21 Release Date Key Dates

Salesforce Winter 21 Release Date Salesforce Winter 21 Release Date Here is list of key dates for Salesforce Winter 21 Release Pre-Release Org Sign Up:  August 21, 2020 Release Notes: August 24, 2020 Sandbox Preview Starts: September 11, 2020 Release Site: September 11, 2020 Release Module: September 11, 2020 Release Overview Deck & Feature Matrix: …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/salesforce-winter-21-release-date/

Lightning Web Components(LWC)Tutorial

Lightning Web Components(LWC) Development Stack

Lightning Web Components (LWC)Tutorial Lightning Web Components-Why, What & Where to start from? Why Lightning Web Components(LWC)? AURA framework which was used for current Lightning Components was based on standards of 2014 but are outdated now and it was time for change because for the following reasons: Rendering could be optimized. Standard UI elements were …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/lightning-web-components-lwc/

wire Service LWC Lightning Web Component

wire Service LWC

wire Service LWC Lightning Web Components(LWC) @wire Service LWC Lightning web components(LWC) use a reactive wire service, which is built on Lightning Data Service. Components use @wire in their JavaScript class to read data from one of the wire adapters in the lightning/ui*Apimodules and also to call the apex controller server-side methods using wire services. …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/wire-service-lwc-lightning-web-component/

lightning-card LWC

lightning-card LWC (Lightning Web Component)

lightning-card LWC (Lightning Web Component) lightning-card LWC (Lightning Web Component) A lightning-card is used to apply a stylized container around a grouping of information. The information could be a single item or a group of items such as a related list. Use the variant or class attributes to customize the styling. A lightning-card contains a …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/lightning-card-lwc/

Developing a Robust Salesforce Testing Strategy

Developing a Robust Salesforce Testing Strategy

Developing a Robust Salesforce Testing Strategy Developing a Robust Salesforce Testing Strategy Salesforce testing is an important requirement to keep the performance of applications as expected. However, they need to undergo a robust testing strategy comprising unit testing, performance testing, UAT testing, and functional testing, among others.    Quality remains the fundamental element in the …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/developing-a-robust-salesforce-testing-strategy/

File Upload in Lightning Web Component(lwc)

File Upload in Lightning Web Component

File Upload in Lightning Web Component(lwc) File Upload in Lightning Web Component(lwc) lightning-file-upload component provides an easy and integrated way for users to upload multiple files. The file uploader includes drag-and-drop functionality and filtering by file types. File uploads are always associated to a record, so the record-id attribute is required. Uploaded files are available …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/file-upload-in-lightning-web-component/

Decorators in Lightning Web Component(LWC)

Decorators in Lightning Web Component(LWC) Decorators in Lightning Web Component(LWC) The Lightning Web Components programming model has three decorators that add functionality to property or function. Decorators dynamically alter the functionality of a property or function. The ability to create decorators is part of ECMAScript, but these three decorators are unique to Lightning Web Components. …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/decorators-in-lightning-web-component/