Does Instance Scan checks custom Business Rules as well or only OOB configurations?

PrashantK270430
Tera Expert

Does Instance Scan checks custom Business Rules as well or only OOB configurations are checked, required detailed information about it.

1 REPLY 1

GlideFather
Tera Patron

Hi @PrashantK270430,

 

the instance scans detects anomalies per given conditions:

Check classesCheck class Description

Table checksUse this check class when you know the specific tables and checks you want to test.
Column checksUse this check class to implement the rule you created to iterate all records matching the target column field type.
Script checksUse this check class to verify meta data, configurations, and execute complex checks by writing your own checks.
Linter checksUse this check class to identify any issues in a script. When a linter check is run on a record, an abstract syntax tree for its code is generated which can be used to analyze issues with the code.

 

Source: Scan checks

 

 

So it can be either one or both, as you decide:

 

  • Custom table

GlideFather_0-1762514371457.png

 

  • Custom code

GlideFather_1-1762514419902.png

 

 

 

———
/* If my response wasn’t a total disaster ↙️ drop a Kudos or Accept as Solution ↘️ Cheers! */