Avoid getRowCount() for Record Counting
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 04:45 AM
Hi all,
I want to write a column type check in instance scan to find script fields which are using gatRowCount() method. please provide me how to write the script.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 05:31 AM
I would use a column type check for script fields and then probably use either regex or indexOf to find it.