Hi David,
I am currently using this method to define a link within a report control and then write the action based on the class on report's click event.
This works fine, but I am using a second link at the same table and need to define unique ids for each link but neither of these methods helped. (id="ABC[Record.id]", id="ABC.[Record.id]"). I also googled how they define variables in IDs in Angular JS but they also seem a bit different! to me. Any advice is greatly appreciated.