SGshubham giriinshubhamgiri.hashnode.dev·Feb 16, 2025 · 1 min readBatch Apex and Interview Questionquestion 1) what is Batch Apex in Salesforce? answer- batch Apex is used to process large volumes of data asynchronously. It allows to run operation on records that exceed that normal governor limits by breaking the data into smaller manageable chunk...00
SGshubham giriinshubhamgiri.hashnode.dev·Feb 15, 2025 · 1 min readBatch ApexDefination of Batch Apex Batch Apex in Salesforce is a way to process large amounts of records asynchronously. It allows you to break down operations into smaller, manageable chunks instead of hitting governor limits when dealing with bulk data. Key ...00
SGshubham giriinshubhamgiri.hashnode.dev·Apr 12, 2023 · 2 min readVisualforce page SalesforceVisualforce page was developed in 2008. visualforce pages are webpage that belong to salesforce. These created using a unique tag-based mark-up language. It is similar to HTML but it's primary use to access, display and update the organization's data...00
SGshubham giriinshubhamgiri.hashnode.dev·Apr 11, 2023 · 1 min readPython Language basic informationPython is a popular programming language. It was created by Guido van Rossum and released in 1991. python is used for: 1) Web development. 2)Software development. 3) Mathematics. 4) System scripting. What can Python do? 1) Python can be used on serve...00
SGshubham giriinshubhamgiri.hashnode.dev·Apr 8, 2023 · 1 min readSalesforce Data Import Wizarddata import Wizard- data Import wizard is a web based tool process bulk of record. with import wizard we can process maximum 50,000 record. Standard object of Data Import wizard is Account, contacts, Lead Solution and Campaign member. Which operation...00