function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Surya KusampudiSurya Kusampudi 

Path Settings migration issues

Hi, I enabled this in Path Settings -"When users reach a specific step in the path, help them celebrate their success with on-screen confetti" on one of my sandbox but when I migrate to another sandbox I could not see this to be as enabled. Is there any way to do this?
VinayVinay (Salesforce Developers) 
Hi Surya,

You need to enable it manually,  I tried with below package.xml and it didn't enable by default in destination org.
 
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
    <types>
        <members>Testing_Path</members>
        <name>PathAssistant</name>
    </types>
    <version>48</version>
</Package>

User-added image

https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_pathassistantsettings.htm

Thanks,
Vinay Kumar
Surya KusampudiSurya Kusampudi

Vinay,

Thank you for the response. But in Metadata API documentation there is no information about Celebration Settings related stuff.