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
Lakshya KanchanLakshya Kanchan 

Tools to automate certain manual steps before deployment

Requirement
I have certain things which I need to check in an org before deployment.
The scenarios include checking:
1. Whether the Account object has a specific record type or, not.
2. Whether the client has ant duplicate rules or, not.
Apart from writing code in apex to check using the metadata, are there any tools that can solve the purpose to automate these steps?
SubratSubrat (Salesforce Developers) 
Lakshya KanchanLakshya Kanchan
Thanks Subrat for the response.
The link you shared is helpful.
But it is related to performing the manual steps using automation.
I need to check whether the particular step has been performed in the org or, not.