Resolved! Using current.update() in after business rule
In my business rule I have used current.update() and it works as expected but it throws the recursive BR error during the validation check. Tried using setWorkFlow(false) after the update statement but still of no avail. So wanted to know if there's ...