Item List form -> “Item Overview” multi-button -> Upload Items button:
- “Upload Items” panel:
- “Create Items” button was renamed to the “Create / Update items”:
- after clicking on the button -> the next logic is used:
- if the item is not exist in the System -> it is added to the Datagrid:
-
- near this item is displayed Validation:
- Text: “Data should be created”;
- Validation is displayed as red circle;
- near this item is displayed Validation:
- if the item is exsist -> and data was updated for item in the downloaded file:
- near this item is displayed Validation:
- Text: “Data was updated”;
- Validation is displayed as yellow circle;
- near this item is displayed Validation:
- items are updated/added based on the checkbox column:
- if no one line item on the panel wasn’t selected -> all line items from the panel are updated/added;
- if line item on the panel was selected -> the selected line item from the panel is updated/added.
- after clicking on the button -> the next logic is used:
- “Create Items” button was renamed to the “Create / Update items”: