onrecordselect and foundsetupdater

This isn’t so much a bug or an issue – more of a “side effect”. You cannot use founset updater in an onrecordselect method if the updater updates records in the same table. It puts you into an endless loop because the updater “touches” each record and thus triggers itself for each record and so on down the line.

Can we have it so foundsetupdater doesn’t trigger onrecordselect?