Useful tips for everyday
How do I see custom objects in Salesforce lightning? Much like a Standard Object, your new Custom Object can be accessed and edited via the…
What are governor limits in Apex and Salesforce? Per-Transaction Apex Limits Overview Governor Limits for Synchronous Transactions Governor Limits for Asynchronous Transactions SOQL queries issued…
How is metadata used in the sobject API? Describes the individual metadata for the specified object. Can also be used to create a new record…
How do you increment an enum? The built-in ++ and — operators in C++ do not accept enumeration values as arguments. Incrementing an enumeration requires…
What is the difference between Salesforce Com and force com? Salesforce is a company and salesforce.com is a Customer Relationship Management (CRM) application developed based…
How do I terminate a queued Apex job in Salesforce? To kill long running future Apex jobs from Workbench Go to Workbench. Select the Environment.…
Can we use custom setting in LWC? This custom metadata can be leveraged in your code to allow it to be dynamic and configurable. By…
How to create an account record in LWC? We will display the Account record Id in the Alert box once the record is created successfully.…
How do I get Auth client ID? Get a client ID and client secret Open the Google API Console Credentials page. From the project drop-down,…
What is Application close button? (eXit button) Also called a “close” or “exit” button, clicking or tapping the X removes the current window, dialog box…