Blogs
-
How to Choose LWC or Aura component?
Always choose Lightning Web Components unless you need a feature that isn’t supported. There are following features which are not supported in LWC.
-
Create Messaging User for WhatsApp Channel in Salesforce
If you are using Digital Engagement also called Messaging of Salesforce, you may come up with a requirement to create messaging user record automatically. Here are key fields that we need to provide while creating the messaging user. Given example is to be used in Apex but same can be used in flow: For more…
-
Required Fields to create an Order Item in Salesforce from Apex
Sometimes we get a requirement in which we need to create OrderItem programmatically and we need to research a lot to know the required fields of Order Item.