Navigate the AI-Eligible Findings dashboard, generate an AI fix for an existing finding, review the code comparison, and apply the fix to your instance.
About this task
When a Scan Engine run detects findings in your instance, Real-time prevention monitoring surfaces those that are eligible for AI-generated fixes. You review the proposed code change side-by-side with the original code, then accept
or reject it. Fixes are applied within your active update set so your change management process stays intact.
The diagram indicates the overall flow of the steps to fix a general guidelines finding.

Procedure
-
Navigate to .
This is the control center for instance quality. Diagnostics, analytics trending, and findings are all accessible from here.
-
Navigate to .
- This opens the AI-Eligible Findings dashboard which is the developer's landing page.
- Every finding displayed is already AI-eligible and Now Assist can generate a fix for it. The view is intentionally scoped so developers only see what AI can act on.
- There are three available tabs.
| Tab |
Description |
| Open findings |
AI-eligible issues available to be addressed |
| AI fixes ready to review |
Fixes that are generated, awaiting your approval |
| Resolved |
Your complete history of closed findings |
Note: Next, generate a fix.
-
Select a finding and request to generate an AI fix.
-
In the Open findings list, select any finding using its check box.
-
Select Fix with Now Assist.
-
Select Generate.
- Now Assist reads the specific script and writes a corrected version, not a template, but a fix tailored to the exact code.
- The status will update from Pending to Ready when the fix is complete.
Tip: If you do not want to wait for generation during the exercise, move to the AI fixes ready to review tab, as a fix may already be available from a prior run.
-
Navigate to to evaluate the AI-generated fix.
The review screen opens with a list of scanned records that have fixes available on the first panel.
-
Select an entry to load and examine the Code Comparison.
-
Review the specific Now Assist suggested change and confirm the finding is addressed correctly.
Common fix types you may see:
- Replacing deprecated API calls, for example,
gs.log → gs.error
- Adding missing error handlers
- Correcting scoped APP API usage
-
Select AI Finding Details.
This panel provides a less technical explanation of what the general guideline is, why this specific code violates it, what changed, and why the fix is correct.
-
Select Accept all to initiate acceptance of all AI fixes.
-
Review the confirmation dialog carefully, then select Accept and fix code.
Note: The fix is applied in your current scope and update set. A full audit trail is created, including who approved the fix, when it was applied, and exactly what changed. The original code is preserved in the update set. If
necessary, you can reverse the operation.
-
Navigate to the Resolved tab to confirm.
Your finding should now appear there, confirming the fix was accepted and applied successfully. If the fix status does not change from Pending, check the AI fixes ready to review
tab for a previously generated fix or wait and refresh the page.
Result
The finding no longer appears in Open findings and is listed under the Resolved tab.