Serialization is a process of converting an apex object into stream of bytes so that it can be transferred over a network or stored in a salesforce record. Deserialization is the …
apex
Verified 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 …
Apex code coverage is important when we move code from one Sandbox to other or production environment. In sandbox environment, we can move code without minimum code coverage but for …
In some real-time use cases, we need to convert the date time of one time-zone to the date time of another timezone. This post will show how to convert Datetime …
Timezone is very important in some business use case specially for calling to customer, doctors or patients for different needs. Call center agents or user should call these customers on …
Salesforce Knowledge is excellent knowledge base which help support executive to resolve customer issues faster. We can use this tool by enabling Lightning Knowledge and adding this to case page …
Recently I got requirement from one of our group member, to create dynamic configurable table creation for creating new record in Salesforce objects. Use Case: Create a configurable table for …
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 …
Object Detection is used to locate the presence of objects in the image. We can find the location of the object as well in the image. It can detect a …