Anyone seen anything where the Name of records are...
# releases
s
Anyone seen anything where the Name of records are being changed to their internalid in 2020.2?
c
I didn't see this in the release notes. Did you see this somewhere?
s
Yes, I have seen it in multiple accounts. I have the same bundle in lots of accounts, and only the ones on 2020.2... a map/reduce that has always been running changing lots of data on the record, the name field started changing to the internal id.
s
If you're only seeing it in M/R scripts it might be a M/R-specific problem rather than account problem?
I would think it unlikely NS would change the name of a key field without warning
d
Looks like it has to do with
record.submitFields
. Any time a record is updated using it, the name is getting changed to the value of the internal id on a custom record.
s
record.submitFields() in the console with no other scripts running on the record, it is changing the name of the customrecord to the internal id.
s
which bundle is it ?