Does anyone know how to remove a Dunning Recipient...
# suitescript
m
Does anyone know how to remove a Dunning Recipient from a customer? The following code doesn't work: record.detach({                                 record: { type: detachType, id: detachId },                                 from: { type: fromType, id: fromId }                             })