From 8a50227cffe641146031a34fb39bf0e0b70f0ff4 Mon Sep 17 00:00:00 2001 From: mshanemc Date: Thu, 25 May 2023 07:55:51 -0500 Subject: [PATCH 1/2] feat: missing type language --- messages/sdr.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/messages/sdr.md b/messages/sdr.md index cd5f752d18..23c7772f89 100644 --- a/messages/sdr.md +++ b/messages/sdr.md @@ -170,4 +170,12 @@ A metadata type lookup for "%s" found the following close matches: Additional suggestions: Confirm the file name, extension, and directory names are correct. Validate against the registry at: -https://github.com/forcedotcom/source-deploy-retrieve/blob/main/src/registry/metadataRegistry.json + + +If the type is not listed in the registry, check that it has Metadata API support via the Metadata Coverage Report: + + +If the type is available via Metadata API but not in the registry + +- open an issue +- add the type via PR. Instructions: From 5adfa20daef3742285b6810143832382db0295ac Mon Sep 17 00:00:00 2001 From: Willhoit Date: Thu, 25 May 2023 09:10:46 -0500 Subject: [PATCH 2/2] chore: case --- messages/sdr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/sdr.md b/messages/sdr.md index 23c7772f89..6e55308763 100644 --- a/messages/sdr.md +++ b/messages/sdr.md @@ -177,5 +177,5 @@ If the type is not listed in the registry, check that it has Metadata API suppor If the type is available via Metadata API but not in the registry -- open an issue -- add the type via PR. Instructions: +- Open an issue +- Add the type via PR. Instructions: