Salesforce Chatter is a collaboration tool that let users share information and files. This post will help in posting rich text chatter using Apex.
flow
- LightningLightning FlowSalesforce
Custom Toast with custom duration In LWC
by Dhanik Lal Sahni May 10, 2022We use toast for showing error, warning, or success messages in our LWC based on use cases. This post will help in creating custom toast to show formatted text.
- ApexIntegrationLightning FlowSalesforce
Cuttly Url Shortener in Salesforce
by Dhanik Lal Sahni February 17, 2022URL Shortening is required when we send email with URL link or sending SMS to customers. This post will give detail on using Cuttly Url Shortener in Salesforce.
- ApexLightningLightning FlowSalesforce
Verify Phone in Salesforce using VeriPhone API
by Dhanik Lal Sahni May 27, 2021Verified phone is required by many clients for their business use case. Verified phone helps business to give their services to valid customers. Below are some reason where business are…
Platform events enable application to deliver secure, scalable, and customizable event notifications within the Salesforce platform or from external source. In this post we will publish platform events from ASP.NET…
Most of the time we have a requirement to store files in other cloud storage services like AWS, Microsoft One Drive, Dropbox, Google Drive, etc. This depends on clients’ requirements…
- ApexEinsteinLightningSalesforce
Create OCR App using Salesforce Einstein OCR API
by Dhanik Lal Sahni June 26, 2020Nowadays organizations are going for digital automation for most of their repetitive works like manual entries of records from printed forms. This manual entry requirement can be for application form,…
Last week I got request about extracting vehicle license plate number. Requester wanted to extract license plate number from image. I was not sure that we have specific API for…