If you make a change on a Record or View you should check its impact. App Designer doesn't search through SQL definitions but you can do that yourself in SQL:
select SQLID from PSSQLTEXTDEFN where sqltext like '%SOME_TABLE%'
This blog is a scrap book of code snippets and tricks that I find interesting or reusable. One day I may find enough time to format it all in a more presentable manner but for now it serves as a useful, searchable reference point. Feel free to use whatever you find.
0 comments:
Post a Comment