msenyk / nodejs-tech-task2024

Тестове завдання для зимової практики Salesforce 2024
GNU General Public License v3.0
0 stars 1 forks source link

Prevent adding same recipes in order #8

Closed RudInc closed 9 months ago

RudInc commented 9 months ago

If pizza recipe is added, every new same recipe should be added to existed one

RudInc commented 9 months ago

When try to add new Order item, an error is thrown. Fix the issue.
Error: OrderTrigger: execution of AfterInsert caused by: System.ListException: Duplicate id in list

RudInc commented 9 months ago

Greate job. That is hard task. Work as expected.