From 0e9001dae6e50888f51b15491ee046d7c4921b47 Mon Sep 17 00:00:00 2001 From: Bill Caplan Date: Thu, 11 Jan 2024 12:46:27 -0500 Subject: [PATCH 1/2] Update SFDC ID clarification Added note around which ID's to add to the key generation --- .../departments/technical-success/ce/process/license_keys.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/departments/technical-success/ce/process/license_keys.md b/content/departments/technical-success/ce/process/license_keys.md index 054e64112c18..2766ed5bcbbd 100644 --- a/content/departments/technical-success/ce/process/license_keys.md +++ b/content/departments/technical-success/ce/process/license_keys.md @@ -40,6 +40,8 @@ Note: if the prospect was a PLG Cloud trial customer, do _not_ reuse the `plg-tr The CE should first create a Sourcegraph.com user account for the prospect/customer. Assuming there is not one already. The username of the account should have the following format `CompanyName-UniqueId`. This is format is described below. The email of the account should be left blank. Once that is available, follow the steps below. +> [!NOTE] The Subscription ID and Opportunity ID used below are **not** the same as the Subscription or Opportunity number. The correct data can be found in the Opportunity under Important Technical Details -> License IDs. It can also be pulled from the URL of the corresponding Subscription or Opportunity page. + 1. Sign in to sourcegraph.com. 1. If the customer instance does not have an account yet, navigate to the [users page](https://sourcegraph.com/site-admin/users) and create new user account. (You can also check for a user already exists following the instructions in the [Internal Licensing FAQ](#internal-licensing-FAQ) document.) 1. Create an account with the username `CompanyName-UniqueId`. Replace `CompanyName` with the company name, and use the Unique ID from the Unique Account ID field on the Account record in Salesforce. From 70a5c888d06376eda07949346a60e3e234544c82 Mon Sep 17 00:00:00 2001 From: billCaplan Date: Thu, 11 Jan 2024 17:47:35 +0000 Subject: [PATCH 2/2] squash! Prettier --- .../departments/technical-success/ce/process/license_keys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/departments/technical-success/ce/process/license_keys.md b/content/departments/technical-success/ce/process/license_keys.md index 2766ed5bcbbd..cb13b5c10e27 100644 --- a/content/departments/technical-success/ce/process/license_keys.md +++ b/content/departments/technical-success/ce/process/license_keys.md @@ -40,7 +40,7 @@ Note: if the prospect was a PLG Cloud trial customer, do _not_ reuse the `plg-tr The CE should first create a Sourcegraph.com user account for the prospect/customer. Assuming there is not one already. The username of the account should have the following format `CompanyName-UniqueId`. This is format is described below. The email of the account should be left blank. Once that is available, follow the steps below. -> [!NOTE] The Subscription ID and Opportunity ID used below are **not** the same as the Subscription or Opportunity number. The correct data can be found in the Opportunity under Important Technical Details -> License IDs. It can also be pulled from the URL of the corresponding Subscription or Opportunity page. +> [!NOTE] The Subscription ID and Opportunity ID used below are **not** the same as the Subscription or Opportunity number. The correct data can be found in the Opportunity under Important Technical Details -> License IDs. It can also be pulled from the URL of the corresponding Subscription or Opportunity page. 1. Sign in to sourcegraph.com. 1. If the customer instance does not have an account yet, navigate to the [users page](https://sourcegraph.com/site-admin/users) and create new user account. (You can also check for a user already exists following the instructions in the [Internal Licensing FAQ](#internal-licensing-FAQ) document.)