We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
Thanks for the info! I would be curious if you are able to trigger it by....Load a list view you have not loaded in a long time, or just some random table you never normally viewThen either open a record and click the SN back buttonORtype a search i...
FYI SN had closed out the PRB has not reliably reproducible but I have a new HI ticket open and gave them a video where I was able to reproduce it in under 1 minute, in 3 attempts. Talking with another user on sndevs.slack.com it seems we may have f...
It was apparently closed as "can’t reliably reproduce". Though in the last week, I opened a new CS case, because it started happening 10+ times a day to me, so I can pretty reliably reproduce it. I attached a video where I was able to trigger in un...
same thing has been happening to me for a few months. For me it almost always happens when I hit enter after typing something into a column header search field. Except for the last few days it’s starting to happen much much more frequently and on ra...
It appears this only works if inc_field is not a dot walked field
userArr.push(current.getValue(inc_field));
To get around this you can use
current.getDisplayValue(inc_field + '.sys_id')
Credits to Pok for helping me figure this out on sndevs slac...