Application security is the discipline of processes, tools and practices aiming to protect applications from threats throughout the entire application lifecycle. We have to properly analyze and handle application security…
salesforce
- ArchitectureCertificationintegration architectureSalesforce
Using Salesforce Bulk API V2
by Dhanik Lal Sahni December 26, 2020Salesforce Bulk API is used primarily for data migration or data upload. Bulk API has two versions to support data upload. Bulk API V1.0 is custom REST API and V2.0…
Files/documents which are attached in record are stored as Salesforce File. Salesforce File is used to share and collaborate on uploaded files, store files privately, manage version updates, and follow…
- Certificationintegration architectureSalesforce
Using Salesforce Bulk API V1
by Dhanik Lal Sahni December 9, 2020Salesforce Bulk API is required when we need to process high volume of data in Salesforce. This is quickest way to load data using programmatic ways. When to use bulk…
- ArchitectureCertificationintegration architectureSalesforce
UML Sequence Diagram for Salesforce Integration
by Dhanik Lal Sahni December 3, 2020UML Sequence diagram is important for Salesforce Integration with third party system. It will give step by step execution of complete integration based on activity time. Let us see UML…
Files is the excellent and most robust way to manage and share files in Salesforce. Using files we can Upload any file Search Salesforce for Files Store files up to…
- Certificationintegration architectureQuestionSalesforceSalesforce
Difference between Salesforce WSDL Files
by Dhanik Lal Sahni November 17, 2020SOAP Integration is done using WSDL file in Salesforce. WSDL (Web Service Description Language) is used to describe functionalities provided by web service. This WSDL file can be used by…
- CertificationSalesforce
Configure SAML Single Sign-on between two Salesforce Orgs
by Dhanik Lal Sahni November 10, 2020Single Sign-On is authentication mechanism that enable users to securely authenticate with multiple applications and websites by using one set of credentials. SSO works based upon a trust relationship set…
lightning-dual-listbox is used to show two side-by-side listboxes. This component can be used to show list of available options and selected options. Recently my team got requirement where selected options…
- Salesforce
Adding table row dynamically in Lightning Web Component
by Dhanik Lal Sahni October 19, 2020Recently 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…