Using SFx 2.1 and I want to avoid having to "touch" records that move into a scope in order to force them to be seen as "changed". Instead I want to add a union to the _SelectChanges SProc so that it returns the records
that moved into the scope (without having been added/edited) since I can easily select them.
Is it as simple as editing the SP or do I need to change the framework tables too?
Thanks!