What is the functionality of ' Run Point Scan' related link of UI policy form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2021 10:46 PM
Hi
What is the functionality of ' Run Point Scan' related link of UI policy form?
Regards,
Adarsh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2021 10:55 PM
Hi,
I believe this UI Action is starting from Orlando/Paris.
It basically runs a scan whether the component Client Script, UI Policy etc is following the best practices or not
It lists down the findings.
refer the below link for more details
Using Instance Scan on Orlando/Paris instances
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2021 11:16 PM
Thank you for marking my response as helpful.
If my response helped you please mark it correct to close the question so that it benefits future readers as well.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2024 06:01 AM
Runs a scan using instance scan checks whether the component Client Script, Business rule, UI Policy etc. is following the best practices or not.
The progress tracker appears showing the status of the scan.
For example, if you execute a point scan against a business rule, only the checks that are applicable to the business rule table run, and only that single target record is scanned. If an update set scan or an application scan is executed, all records related to that update set or application are scanned. Best is to use it with for update set so you can target everything.
Note: The Run Point Scan related link is available only if all the following conditions are true.
- Available checks that are applicable to the record
- The user has read access to the record
- The record is on a table that extends sys_metadata
- The role of the user must be scan_user
- The system property glide.scan.enable_point_scan_ui_action must not be false