SPRING 21 – ACCESSING CUSTOM METADATA TYPES RECORDS FROM APEX
In Spring 21 pre release, new methods introduced for Custom Metadata Types as like Custom Settings. Following Methods getAll() – Will return the all records from Custom Metadata Type. Before Spring 21: list<Test_mdt> lstMetaDataRecords = [Select Id, MasterLabel from Test_mdt] In Spring 21: Map<String, Test__mdt> mapMetaDataRecords =
SPRING 21 – ANT MIGRATION TOOL
How to Use The Ant Migration Tool to Migrate Your Java Projects? Force.com Ant Migration Tool version 51.0 is requires Java Version 11 and later. Spring 21 Release Note Link: https://help.salesforce.com/articleView?id=release-notes.rn_deployment_ant_migration_java_11.htm&type=5&release=230 ANT Migration Tool Guide: https://developer.salesforce.com/docs/atlas.en-us.daas.meta/daas/meta_development.htm Earlier Ant Migration Tool versions (< 51.0 version) continue to
SPRING 21 – CUSTOM ACTION WITH LWC(PILOT)
Spring 21 – Custom Action With LWC(Lightening Web Component) Many of us doing double work in order to call the Lightning Web Component in custom quick action. We have to call LWC in Lightning Component in order to show the LWC
SPRING 21 – MANUAL SHARING IN LIGHTNING UI
Now the “Sharing” button is now available in Salesforce Lightning UI. Business users will now be able to share a record to a user or group of users as like before in salesforce classic UI.
SPRING 21 – PERSON ACCOUNT AND A BUSINESS ACCOUNT AT THE SAME TIME WITH NEW LEAD CONVERT METHODS
For Salesforce orgs that use APEX Lead Convert, Person Accounts, and Contacts to Multiple Accounts, new methods are available on the LeadConvert() class. These methods allow converting leads into a business account and a person account instead of a contact. Note:
LEARN HOW TO IMPORT SALESFORCE OBJECT AS SOURCE IN INFORMATIC POWER CENTER
There are many scenario where we need to use ETL tool. I am using infromatica to bring data from salesforce for transformation. Here I am talking – how to import salesforce objects in informatica? Step:1 In source analyzer click Sources > Import from Salesforce. step:2
UPDATE DATE FIELD IN SALESFORCE USING INFORMATICA WORKFLOW
How to Update Date Field in Salesforce Using Informatica Workflow Flat file to Salesforce date problems -Informatica Network step 1: Close date format is “2020-10-31” in source file. step 2: Select “string” datatype instead of “date/time”. Step 3: Next step select the expression transformation
CONNECT SALESFORCE FROM INFORMATICA POWER CENTER 10.0
Here is a article about ETL integration with Salesforce. I have started learning Informatica Powercenter 10. In the workflow manager click Connections > FTP. The FTP Connection Browser dialog box appears. Click NEW in the FTP connection browser dialog box. Name field need to provide Name of the
PASS MULTIPLE PARAMETER TO LWC IN PUBLIC COMMUNITY PAGE WITH SIMPLE EXAMPLE
How to Pass Multiple Parameter to LWC in Public Community Page? Create a LWC component TestCommunity. In TestCommunity.js-meta.xml, add the <target> and <property> tags as the example below and save the file. <?xml version="1.0" encoding="UTF-8"?> <LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata"> <apiVersion>50.0</apiVersion>
OVERRIDE SALESFORCE CPQ QUOTE DOCUMENT VIEW BUTTON WITH CUSTOM LWC
Salesforce CPQ Quote Document View Button Override Custom LWC Recently we got feedback from adaption manager where sales rep spending lot of time to find the quote after they click “View” button from Salesforce CPQ quote document. Current Issue: CPQ Quote Document object where