I wanted to only deleting the association, but master data (like OperationMaster) object deleted.

0
When I unselect an operation from the UI, I want to remove the association between that OperationMaster and the current Product_Initializ. However, when I run my current microflow, it is deleting the actual OperationMaster record from the database — which is not what I want
asked
2 answers
0

Set the association to empty.

answered
0

Hi Chandani Giram,

 

You need to delete the object in the microflow Product_Initializ. Currently you are retrieving the list of OperationMaster and deleting them.

 

Hope this helps!

Thanks

answered