Skip to content
CYNOSYS

CYNOSYS

  • Salesforce
  • Javascript
©2019 CYNOSYS

Salesforce

Categories Salesforce

How to create an Alert, Confirm, and Prompt in LWC?

Posted on May 12, 2023May 12, 2023by xenon

Create notifications, confirmations, and prompts in Lightning web components using LightningAlert, LightningConfirm, and LightningPrompt.

Continue reading "How to create an Alert, Confirm, and Prompt in LWC?"
Categories Salesforce

Pattern Matching Strings in Apex (Regex)

Posted on May 11, 2022May 12, 2022by xenon
regex
This article demonstrates how to use Pattern and Matcher Apex classes in Salesforce. How do I extract URLs from HTML content in Salesforce? Sample HTML - <html> …
Continue reading "Pattern Matching Strings in Apex (Regex)"
Categories Salesforce

Child to Grandparent Event Communication in LWC

Posted on March 5, 2021March 5, 2021by xenon
Events are actions or occurrences that happen in the system. In LWC, these Javascript events are used to communicate from child to parent or beyond. There are three main ways t…
Continue reading "Child to Grandparent Event Communication in LWC"
Categories Salesforce

How to generate multipart/form-data request body for Apex HTTP Callout

Posted on February 23, 2021February 24, 2021by xenon
HTTP Callouts are used for integrating external REST-based services with Salesforce. Apex provides three built-in classes to work with HTTP services and create HTTP requests like …
Continue reading "How to generate multipart/form-data request body for Apex HTTP Callout"
Categories Salesforce

Convert 18-character Salesforce Id to a 15-character case-sensitive string

Posted on February 1, 2021March 3, 2021by xenon
In Spring 21 release, Salesforce introduced new method in System.Id namespace to convert 18 charater id to 15 character. String Id_15_char = '0D5B000001DVM9t'; String Id_18_cha…
Continue reading "Convert 18-character Salesforce Id to a 15-character case-sensitive string"
Categories Salesforce

Best Visual Studio Code Extensions for Salesforce Developers

Posted on June 22, 2019May 4, 2020by xenon

There are many extensions available to increase the power of Visual Studio Code. This article compiles list of best extensions for Salesforce Developers.

Continue reading "Best Visual Studio Code Extensions for Salesforce Developers"

Posts pagination

Page 1 Page 2 Page 3 Next
Search