- June 13 2023
- Sruvi IT
Einstein Vision in Salesforce Artificial Intelligence Cloud
Salesforce introduced Einstein vision as part of Salesforce Artificial Intelligence Cloud service .Einstein Vision the power of image recognition can easily be integrate with any app with simple clicks. Einstein Vision is a set of powerful APIs. It will allow force.com and Heroku developers to bring recognition to CRM and build AI-powered apps with […]
Read More- June 1 2023
- Sruvi IT
Custom Toast Notifications in Salesforce LWC
We will create custom toast messages used to display error, warning, or success messages using LWC. Import ShowToastEvent from the lightning/platformShowToastEvent module to use the Toast notification. Import the required modules in your LWC component’s JavaScript file: Example : import { LightningElement } from ‘lwc’; import { ShowToastEvent } from ‘lightning/platformShowToastEvent’; Inside your component’s JavaScript […]
Read More