Skip to content
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

EDU-13520 Updated section frequently questions #16

Merged
merged 4 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
23 changes: 1 addition & 22 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<!-- DOCS-IGNORE:start -->

Expand Down
Loading