Salesforce Queueable Job is very important for long running data updates. We must notify when particular data update is finished. This feature was not available till winter 2020 release. Salesforce …
Dhanik Lal Sahni
Dhanik Lal Sahni
I have around 14 years of Experience in Web Based Application. In this experience, I have worked with various technology like SalesForce, .NET, .NET Core, MS Dynamic CRM, Azure, Oracle, SQl Server, WCF, Ionic, Angular.I am more focused on Technology instead of Management. I love to know and research about new technology.
This post is related to top 20 questions related to Salesforce security implementation. We have another post related to interview questions for salesforce integration and asynchronous apex. 1. What is Phishing? …
Community Portals are very important for business to engage customer and partners. Salesforce provide community cloud to make these portals using point and click as well as advance custom lightning …
Recently we were having a requirement for getting text from audio or video file. These audios were majorly from customer calls with agents. Once we get text from audio files …
How to Download Files from S3 Server using Apex and Lightning Component Downloading or reading files from S3 server is required most of time in our Salesforce projects. This post …
Top 20 Salesforce Developer Interview Questions This post has the top 20 questions related to Salesforce integration and asynchronous apex. Asynchronous apex and integration are very important for processing large …
How to Upload Files to S3 Server using Apex Uploading and Reading files from AWS S3 server is one of frequently used requirement in Salesforce project. This post will give …
Factory Design Pattern Factory Design Pattern is one of important design pattern which falls under Creational Design Patterns of Gang Of Four. This pattern takes responsibility of creating object. Factory …
1. What is EmptyResult in MVC? EmptyResult is used when you want to execute logic return inside the controller action method but does not want any result back to the …
1. What is angular? Angular is a framework for building client applications in HTML and either JavaScript or a language like TypeScript that compiles to JavaScript. 2.What are Decorators in …