diff --git a/CHANGELOG.md b/CHANGELOG.md index 78339f7..200becd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Add catalog-info.yaml +## [0.3.1] - 2024-10-22 + +### Changed +- Updated section frequently questions + ## [0.3.1] - 2023-09-14 ### Fixed diff --git a/docs/README.md b/docs/README.md index d5eec75..1d7735a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -42,28 +42,7 @@ For additional features, you can also install the [Quick Order](https://develope ### How do I fix the schema issue? -If you are getting alerts on B2B apps regarding a schema issue, please follow the steps below: - -1. Open the VTEX Admin, and click the Master Data link on the left side of the screen. - ![Alt text](https://raw.githubusercontent.com/vtex-apps/b2b-suite/main/docs/assets/schema-1.png "Step one") - -2. After logging in, click **Advanced settings** as shown in the image below: - ![Alt text](https://raw.githubusercontent.com/vtex-apps/b2b-suite/main/docs/assets/schema-2.png "Step two") - -3. Click the last link in the list: - ![Alt text](https://raw.githubusercontent.com/vtex-apps/b2b-suite/main/docs/assets/schema-3.png "Step three") - -4. Click **Data Entities**, find the CL row, and click the **Edit** button as shown in the image below: - ![Alt text](https://raw.githubusercontent.com/vtex-apps/b2b-suite/main/docs/assets/schema-4.png "Step four") - -5. Find the unchecked field that is nullable and check it. Only the **email** field must be unchecked. - ![Alt text](https://raw.githubusercontent.com/vtex-apps/b2b-suite/main/docs/assets/schema-5.png "Step five") - -6. Click **Save**. - ![Alt text](https://raw.githubusercontent.com/vtex-apps/b2b-suite/main/docs/assets/schema-6.png "Step six") - -7. Click the **Publish** button to apply the changes: - ![Alt text](https://raw.githubusercontent.com/vtex-apps/b2b-suite/main/docs/assets/schema-7.png "Step seven") +For more details on how to resolve schema-related issues, please refer to the article [I can't fix the schema error in B2B apps](https://help.vtex.com/en/tutorial/i-cant-fix-the-schema-error-in-b2b-apps--WkjJZSnGXCiqmLhg4b0OR).