Hi All,
Is there any way to retrieve, by coding, errors on a business object?
Let's say that I have a MDR to update opportunities and I want to skip all opportunities which contains errors as the update will fail anyway due the errors (when save is requested).
kind regards,
Andres
Hi Andres,
I guess it's not possible to retrieve the errors, since MDRO is a background job.
You could try to enter MDRO query parameter such that it filters out erroneous instances.
Ex: Status != 3
Thanks, Pradeep.