-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PersonAccount duplicateRules and matchingRules #2656
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
Have you got a sample repro for this? [I'm pretty sure that's a bug in SDR; I'd like to have your repro project for testing purposes as I try to fix it] |
This issue has been linked to a new work item: W-14898995 |
it's client's org, I can not share, but I will try to prepare project for replicate in next days |
We have determined that the issue you reported exists in code owned by another team that uses only the official support channels. To ensure that your issue is addressed, open an official Salesforce customer support ticket with a link to this issue. We encourage anyone experiencing this issue to do the same to increase the priority. We will keep this issue open for the community to collaborate on. |
We've confirmed that this a server-side issue and have alerted the necessary teams. |
Summary
I would like to report issue similar to #734 and #685. 'sf project retrieve start' do not work correctly as it create account files instead of personAccount
Steps To Reproduce
Duplicate rule for person account is created in scratch org. When I run sf project retrieve start, duplicateRules folder with file PersonAccount.My_Duplicate_Rule.duplicateRule-meta.xml will be created in my default folder. I move it to package folder. MatchingRules folder is not created, I received warning
unpackaged/package.xml : Entity of type 'MatchingRule' named 'Account.MyMatchingRule' cannot be found`
I need to download it with Org Browser in VS code and move to correct package folder.
Then I run again sf project retrieve start, DuplicateRule is downloaded again in my default folder, package folder is ignored, and also warning message for '...Account.MyMatchingRule' cannot be found
System Information
The text was updated successfully, but these errors were encountered: