Is there a way to determine where logic blocks have performed inserts to a specific table? When I use Asset Usage and filter by Insert a Record, it only shows that an insert occurred, not which table the insert was made to.
In my case, I’m specifically trying to find all inserts to the Directory table.
Hello @bethany.k
Yes there is. To see all all inserts to Directory table use “Metadata Object Where Used”. Once there, go to “Logic Block Usage” and filter by Object Type "Table ", Object Name “Directory” and Action Name “Insert Record”. This way you will see all Logic Blocks that insert to “Directory” table
1 Like