Details
-
Task
-
Status: Closed (View Workflow)
-
P2
-
Resolution: Done
-
None
-
None
-
-
EPAM BatchLoader Sprint 34
-
2
-
Folijet
Description
It is required to create an API contract (JSON structure) to define mapping rules for eny single field on the MappingProfiles Form.
The preliminary example is the following:
{ "rule": [{ "fieldName": "Item identifier name", "enabled": true, object: [ { "fieldPath": "item.identifiers[].name", "value": "book", "acceptedValues": [ { "id": "uuid", "value": "book" }, { "id": "uuid", "value": "dvd" } ] }, { "fieldPath": "item.identifiers[].id", "value": "$010", } ] }, { "fieldName": "Item title", "enabled": true, object: [ { "fieldPath": "item.title", "value": "$980|a else $020|b", } ] } ] }
TestRail: Results
Attachments
Issue Links
- defines
-
MODDICONV-98 Extend MappingProfile data structure with mappingDetails section
-
- Closed
-
-
UXPROD-2075 MARC Bib Field Mapping Profiles Details for Inventory records
-
- Closed
-