Does Instance Scan checks custom Business Rules as well or only OOB configurations?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
Does Instance Scan checks custom Business Rules as well or only OOB configurations are checked, required detailed information about it.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
Hi @PrashantK270430,
the instance scans detects anomalies per given conditions:
Check classesCheck class Description
| Table checks | Use this check class when you know the specific tables and checks you want to test. |
| Column checks | Use this check class to implement the rule you created to iterate all records matching the target column field type. |
| Script checks | Use this check class to verify meta data, configurations, and execute complex checks by writing your own checks. |
| Linter checks | Use 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
- Custom code
———
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
