It occurred to me that rather than trying to highlight a newly-added record, a simpler thing to do would be to ensure the retrieved table scrolls to its end when a new record is added; it's obvious that the new one is the bottom one, and if it's in view, then it's easy to see where you're up to. Added that through simple JavaScript.