Jason
03/07/2025, 4:04 AMAnthony OConnor
03/07/2025, 4:02 PMError at RecordInvoker.save
and
UE_changeItemLocations.js:167:29
all that's telling me is that there's a record save event that is failing and it is triggered from the changeItemLocations script at line 167.
The problem though is that the 167 line probably just says
itemRec.save();
so the actual issue is potentially before that and something is wrong with itemRec...
or the save event is triggering some other scripts/WFs and THEY are actually what's causing the issue.
There's really no way of knowing without getting in there and reviewing things