Can a scripting block learn what the currently selected records are and get updates when that selection changes?
I’d like to write a script that knows when the user has only a single record selected in the visible table and then uses some fields in that record to do something fancy. Any time the user clicks on a another record, the block should be notified, look up the new field values, and redo the fancy action.
Is it possible to get such notices in a scripting block?