• English
  • Marathi
Indian Logic

Indian Logic


  • June 22, 2023

    Debug log एकसाथ कसे डिलीट करायचे

    जेव्हा तुमच्या salesforce सिस्टम मध्ये खूप debug logs साठतात तेव्हा ते खूप जागा घेतात आणि तुम्ही डेव्हलपर कंसोल उघडला की salesforce तुम्हाला काही संदेश (एरर मेसेज ) देतो. त्यासाठी ते वेळीच नष्ट करणे गरजेचे असते. हे लॉग्स एक एक करून नष्ट करणे खूप वेळ खाऊ असते. तो वेळ वाचवण्यासाठी तुम्ही डेवलपर कंसोल किवा डेटा लोडर… Continue reading

    Marathi
    मराठी, लॉग, सेल्सफोर्स
  • June 21, 2023

    Delete debug logs in bulk

    When your org accumulates too many debug logs, you need to delete some or all of your system logs and monitoring logs. You can use either the Developer Console’s Query Editor to find and delete the logs using Tooling API or use Data loader. In this blog, we will discuss both. using developer console Using… Continue reading

    English
    dataloader, debug, salesforce
  • June 19, 2023

    System.LimitException: Too many queueable jobs added to the queue

    System.LimitException: Too many queueable jobs added to the queue Continue reading

    English
    apex, exception, LimitException, salesforce
  • May 19, 2023

    “INSUFFICIENT_ACCESS: Requires Extra Verification” error when deploying/retrieving metadata

    Sometimes when you try to deploy or retrieve components, you get “System.NoAccessException: Access Blocked Requires Extra Verification” error. This happens when you have “Session Security Level Policies” set as “Raise session to high assurance” in Identity Verification (Setup > Security Controls > Identity Verification). To solve this set “Session Security Level Policies” to None and… Continue reading

    English
    deployment, INSUFFICIENT_ACCESS, retrieval, salesforce, security
  • May 17, 2023

    Delete Components using Workbench

    Salesforce allows you delete some components directly in Production but not all. Components like Apex Classes, triggers can not be deleted directly in Production. Lets say you have your Salesforce org and you want to delete a class with name lets say ‘AccountController’. Follow below steps: Continue reading

    English
    apex, deployment, salesforce, workbench
  • April 30, 2023

    Loading Test data using CSV (Static Resource)

    Writing Test classes is a regular activity for developers. While writing test classes, usually developers end up creating the same data again again. To minimize these efforts, to create data in bulk and make data creation easier, Salesforce provides a better approach. Using Test.loaddata(), you can load test data in your Test classes. To do… Continue reading

    English
    apex, data, salesforce, test class
  • April 25, 2023

    Salesforce Summer 23 Release Notes – My Favorite

    Experience Improved Performance on More Record Home Pages With Lightning Web Components (LWC)-enabled objects, you can create, view, or edit the record home pages with improved performance, stronger accessibility support, and better service availability. Over 100 more objects now use LWC to render record home pages, bringing the total objects to over 1,000. Undo Field… Continue reading

    English
    apex, flow, lightning web component, lwc, process builder, salesforce release, salesforce summer 23 release, Summer 23, visualforce
  • April 23, 2023

    “Cannot update SLA process that is in use” error when deploying an Entitlements

    Entitlements are units of customer support in Salesforce, such as “phone support” or “web support.” They’re typically used to represent terms in service agreements. Issue: When deploying EntitlementProcess via ANT Tool/Change Set, it checks if the EntitlementProcess is in use, and throws below error if it is in use in the target org. Solution: This… Continue reading

    English
    deployment, Entitlement issue, entitlements, salesforce, Service Cloud
  • April 19, 2023

    Salesforce Summer 23 Release Key Dates

    Salesforce has three releases every year. As we witnessed Spring release few months back, we need to prepare for upcoming Summer 23 release. The Summer ’23 Salesforce Release sandbox preview window is around the corner. Note the dates now so your organization is prepared for the upgrade. The next thing you need to know is… Continue reading

    English
    salesforce release, salesforce release dates, salesforce summer 23, salesforce summer 23 release, Salesforce summer release
  • April 19, 2023

    Salesforce Permissions Check using SOQL

    To find Permissions giving Read access on any particular object: SELECT Id, SObjectType, PermissionsRead, Parent.label, Parent.IsOwnedByProfile FROM ObjectPermissions WHERE (PermissionsRead = true) AND (SobjectType = ‘CustomObject__c’) To find Permissions giving Read access on any particular object: SELECT Id, SObjectType, PermissionsRead, Parent.label, Parent.IsOwnedByProfile FROM ObjectPermissions WHERE (PermissionsEdit = true) AND (SobjectType = ‘CustomObject__c’) To find Read permissions… Continue reading

    English
    apex, field permission, object permission, permission set, profile, query, salesforce, security, soql
Next Page»

Recent Posts

  • Debug log एकसाथ कसे डिलीट करायचे
  • Delete debug logs in bulk
  • System.LimitException: Too many queueable jobs added to the queue
  • “INSUFFICIENT_ACCESS: Requires Extra Verification” error when deploying/retrieving metadata
  • Delete Components using Workbench

Newsletter


Recent Posts

  • Debug log एकसाथ कसे डिलीट करायचे
  • Delete debug logs in bulk
  • System.LimitException: Too many queueable jobs added to the queue

©

Indian Logic

2023, All Rights Reserved.