Double addition in Before Business Rule
Hello all, I have a Before business rule that is adding to an integer field twice. Here is the code:current.u_rejection_count = current.u_rejection_count + 1;As you can see, the intent is just to add one to whatever number was originally in the fiel...
