- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2022 03:32 PM
When running Instance Scan Column-type check for HTML, my check is timing out, particularly it is taking a long time to scan the sys_upgrade_history_log table, which I do not care to scan. I would like to know how to exclude this table from my check.
Thanks!
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2022 03:13 PM
I ended up opening a support ticket for this. The proposed solution works. I have asked the support agent where this information can be found and will update my answer accordingly.
Issue:
Instance Scan - how do I exclude single table
Solution Proposed:
This property should be used to add excluded tables: glide.scan.exclusion_list.custom
If the property doesn't exist, create and add tables separated by commas.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2022 03:59 PM
Hi Dustin,
Please refer to these links
Want to create a column type check on Instance Scan which excludes one table
Mark Correct or Helpful if it helps.
***Mark Correct or Helpful if it helps.***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2022 11:19 PM
Can you share your script? You should be able to just exclude that table from there (name not like ....).
If my answer helped you in any way, please then mark it as helpful.
Mark
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2022 03:13 PM
I ended up opening a support ticket for this. The proposed solution works. I have asked the support agent where this information can be found and will update my answer accordingly.
Issue:
Instance Scan - how do I exclude single table
Solution Proposed:
This property should be used to add excluded tables: glide.scan.exclusion_list.custom
If the property doesn't exist, create and add tables separated by commas.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2022 07:32 AM
The CodeSanity app contains a set of Instance Scan checks aimed at improving source code and application quality. Developers should run them before shipping a new application version.
In a large developer community there might be various opinions about which check should be applied to which application.
CodeSanity comes with a mechanism to blacklist and whitelist checks for specific application scopes.
Vote to make it part of the platform OOTB!
Or install it right away: