Item Reclass Journal - New Location field

Hello group,

At this window, is there a way to validate (by settings) that the field New Location is not equal to the Location field?

Best Regards

I don’t know about settings, but it’s fairly easy with code.

IF “Location Code” = “New Location Code” THEN
ERROR(‘Your Error’);

Is it causing issues when they do match? It’s one of those times where I would like to think it’s not adjusting it out and back in when it’s the same location, but it wouldn’t surprise me if it did.

Thanks Matt for your fast response, I was thinking is something like that. I spend a day to try to solve it by settings, but I dont found anything, I’m going to use code.

Thanks