April 2022

Salesforce

How to fetch all Embedded Service Deployments using Apache ANT tool from Salesforce?

Use EmbeddedServiceConfig to fetch all Embedded Service Deployments using Apache ANT tool from Salesforce.Sample Package.xml:<?xml version="1.0" encoding="UTF-8"?><Package xmlns="http://soap.sforce.com/2006/04/metadata">    <types>        <members>*</members>        <name>EmbeddedServiceConfig</name>    </types>    <version>54.0</version></Package>

Salesforce

System.CalloutException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target Exception in Salesforce

Exception: System.CalloutException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target Resolution: This certification exception in Salesforce occurs when the endpoint has certificate issue. Reach ....