Hello Colleague,
In C4C my requirement is whenever any item is deleted(i.e delete action clicked) in Sales Quote, I need to get the hold of the product that is deleted and update some attribute in the product.
The problem I am facing is once the item is deleted in UI how I will get the information of deleted line item in PDI at runtime so that I can write the business logic.
There is no after delete event in the script files , neither event After Modify at Item node is getting called .Moreover when I tried to re-read the same Quote by query api and compare that with the "this" instance it has same number of products i.e the deleted line item is not there .
Any one who can help me in this.
With Regards,
Saurabh Kumar Pandey