> For the complete documentation index, see [llms.txt](https://knowledgebase.autorabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.autorabit.com/product-guides/integral-zone/iz-suite/iz-eye/salesforce/applications/apex-classes-and-triggers.md).

# Apex Classes and Triggers

## Apex Applications

{% hint style="warning" %}

* Create Organization and Environment with appropriate external client app credentials - [Configure External Client App](/product-guides/integral-zone/iz-suite/iz-eye/salesforce/external-client-application-configuration.md)
* To start scanning the applications, a schedule has to be created to scan the Classes and Triggers deployed in Salesforce Instance - [Configure Code Scan Schedule](/product-guides/integral-zone/iz-suite/iz-eye/anypoint-platform/code-scan-schedule-configuration.md)
  {% endhint %}

### To view all the applications

1. Navigate to **`IZ Eye`** -> **`Salesforce Apex`**. Overview includes -

<figure><img src="/files/21vnMjuyAS1USrF7EEdG" alt=""><figcaption></figcaption></figure>

a. **`Name`** - Name of the Apex Class or Trigger

b. **`Organization`** - Organization to which the app belongs to

c. **`Environment`** - Environment to which the app belongs to

2. Click on the **`Plus`** icon to view the details

<figure><img src="/files/zFDh1rhd0snXCt5O0d3x" alt=""><figcaption></figcaption></figure>

3. Summary details include -

&#x20;    a. **`Total Issues`** - Indicates total number of issues once the application is scanned

&#x20;    b. **`Status`** - Indicated the status of class / trigger in Salesforce

&#x20;    c. **`Last Scan`** - Time since the last scan was performed

4. Actions include -

&#x20;     a.**`View Dashboard`** - Summary report of all the issues.

&#x20;     b.**`View Issues`** - Detailed report of the issues with file names and line numbers.

### To view only Apex Classes or Triggers

1. To filter either Classes or Triggers locate the **`Source`** filter from the filtering options and choose the appropriate value -

<figure><img src="/files/qDpRWFSM5D9iQvcuJQl7" alt=""><figcaption></figcaption></figure>

1. **`Apex Class`** - To filter only Apex Classes
2. **`Apex Trigger`** - To filter only Apex Triggers

Use these filters to narrow the list quickly, then open the application details to review scan status, issue count, and the available reporting actions for the selected Apex Class or Trigger.

### See Also

* [Configure External Client App](/product-guides/integral-zone/iz-suite/iz-eye/salesforce/external-client-application-configuration.md)
* [Configure Code Scan Schedule](/product-guides/integral-zone/iz-suite/iz-eye/anypoint-platform/code-scan-schedule-configuration.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://knowledgebase.autorabit.com/product-guides/integral-zone/iz-suite/iz-eye/salesforce/applications/apex-classes-and-triggers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
