Question

Is there anyways to sync record using the customization file while deployment?

G
geethaiiitn
May 29, 2026

Answer

You can sync the record through deployment ,even though there is no changes in the record, for the we have to do force sync by Updating record uuid in the customization file

recordType.<UUID of a Record Type>.forceSync=true


This property directs the system to immediately sync the record type as soon as it is deployed to the target environment, which is highly useful if your deployment includes database scripts that alter the underlying data source

SeniorRecords
Loading comments...