Skip to content

Commit bdd5e90

Browse files
committed
describe low-code command
1 parent 364182a commit bdd5e90

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,16 @@ You can also provide a local metadata file to the command using the '-m' flag fo
488488

489489
In this case it is not validated that the local file is the same as the one submitted by the snapin, this has to be ensured by you.
490490

491+
## Test an import with initial mapping using the in-app UI.
492+
493+
Once the initial mappings are prepared and, any new import in the org (with the same snapin slug and import slug) where they are installed will use them. The end-users can influence the recipe blueprint that gets created for the sync unit trough the mapping screen in the UI, where they can make record-type filtering, mapping, fine grained filtering, low-code field and value mapping, and finally custom field filtering.
494+
495+
Their decisions are constrained by the choices provided in the initial domain mappings. Currently the low-code UI offers limited insight into the mappings and their reasons, and in some cases, mismatches arise when something that worked in chef-cli doesn't offer the right options to the user, or not all fields that should be resolved are solved. To assist debugging such cases, chef-cli provides a command to extract the description of the low-code decisions that are asked in the UI. Please provide this to us when reporting an issue with how the end-user mapping UI behaves.
496+
497+
```bash
498+
chef-cli low-code --env prod > low_code.json`
499+
```
500+
491501
## Metadata tips
492502

493503
You are required to provide an external_domain_metadata file from your extractor, describing the logical schema of the external system.

0 commit comments

Comments
 (0)