Hello, Javaniceday!

  • AWS AppFlow error conflict executing request connector profile is associated with one or more flows

    AWS AppFlow error conflict executing request connector profile is associated with one or more flows

    This error occurs when a connector profile used in a flow is associated to one or more other flows either in the same or another account. While the dependability of the flow connector Read more

  • AWS suspended error AppFlow

    AWS suspended error AppFlow

    You’re not alone if you’ve experienced this error. Many AWS users encounter this message while trying to retrieve data or update resources. So, what can you do if you run into this error? Read more

  • MIXED_DML_OPERATION error and Apex unit tests (how to fix it)

    MIXED_DML_OPERATION error and Apex unit tests (how to fix it)

    This is a common error when we start to work with testing or manipulating some particular objects: setup and non-setup objects. During test setup, we have to create some data to be used by the test because we don’t have access to the real org’s data unless we use the flag SeeAllData=True which is not Read more

  • Dark Reader: A Chrome plugin to enable dark mode

    What is it Dark Reader is a Chrome plugin to start seeing instantly all the web pages in dark mode. It works pretty well with most of the sites Chrome Store The plugin can be disabled at any time in case the web page your visiting doesn’t look good with the plugin’s dark mode Dark Read more

  • Get Record Type id by name in Apex – Salesforce

    Based on this query we are going to build a method that gets the record type id by its name SELECT Id, Name, DeveloperName FROM RecordType WHERE SobjectType= ‘Opportunity’ The method static Id getRecordTypeIdByName(String sobjectType, String recordTypeName){ RecordType rt = [SELECT Id FROM RecordType WHERE SobjectType= :sobjectType AND DeveloperName = :recordTypeName LIMIT 1]; return rt.Id; Read more

  • Salesforce inspector: a Salesforce data explorer and exporter

    Salesforce inspector: a Salesforce data explorer and exporter

    Salesforce Inspector is a powerful Salesforce data explorer and exporter designed to help Salesforce admins and developers quickly explore and export Salesforce data. This easy-to-use data exploration and export tool gives you the power to gain insights from your Salesforce data that cannot be found in the standard Salesforce reporting interface. Read more