Hello,
this question is probably silly, but I cannot get my head around it.
Is there a way to create combined SmartObject method, that deletes all entires with a given parameter. I realize, that this could be done in Workflow Designer with Loop step - I just want to find solution that a process wouldn't be necessary.
Lets say we have a Car SmartObject - this car has many Car_Parts. And when I delete this Car SO, I also want to delete all of its Car_Parts. There would be a method in Car SmartObject called Delete All Car Parts - which does exactly that.
I want to delete all of the car parts with this method(s), that takes parameter Car_ID. How do I configure this method(s) to achieve that - it doesn't seem intuitive to me.
Many thanks.