Skip to content

Commit

Permalink
Merge pull request #7 from vtex-apps/docs/check-schema
Browse files Browse the repository at this point in the history
[B2BORG-119] Incompatible CL schemas
  • Loading branch information
wender authored Jun 18, 2022
2 parents d6b522e + 81fcbba commit 5515f57
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added

- Docs updated: Added a new section to the docs (Frequently Asked Questions)

## [0.1.1] - 2022-04-15

### Fixed
Expand Down
21 changes: 21 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,27 @@ Make sure you read each app’s documentation to learn more about their capabili
For additional functionalities, you can also install the [Quick Order](https://developers.vtex.com/vtex-developer-docs/docs/vtex-quickorder) app, which creates a custom page in your store aimed at purchases in bulk, offering tools such as uploading a spreadsheet to make bulk orders more agile.

## Frequently Asked Questions

### How do I fix the schema issue?

If you are getting some alerts on B2B apps regarding a schema issue, please follow the steps below:

1) Open the Admin panel and access the Master Data link on the left side of the screen.
![Alt text](assets/schema-1.png "First step")
2) After login, click on the "Advanced settings" as the image below shows:
![Alt text](assets/schema-2.png "Second step")
3) You should click on the last link in the list:
![Alt text](assets/schema-3.png "Third step")
4) Click on Data Entities and then find the CL row and click on the "Edit" button as the image below shows:
![Alt text](assets/schema-4.png "Fourth step")
5) You should find the field that is not checked as nullable and check it: ***Only the e-mail field must be UNCHECKED***
![Alt text](assets/schema-5.png "Fifth step")
6) Click on "Save"
![Alt text](assets/schema-6.png "Sixth step")
7) You should click on Publish button to make the changes valid:
![Alt text](assets/schema-7.png "Seventh step")

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

## Contributors ✨
Expand Down
Binary file added docs/assets/schema-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/schema-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/schema-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/schema-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/schema-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/schema-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/schema-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5515f57

Please sign in to comment.