Application quota condition builder
A description of the options available in the condition builder for the Application Quota Rule form.
| Field | Description |
|---|---|
| Attributes | Miscellaneous attributes that are related to the transaction. |
| Created | When the transaction was created. |
| Created by | Who created the transaction. |
| Foreground | Whether the transaction was completed in the foreground or background:- True: a foreground transaction. - False: a background transaction. |
| Homepage | The homepage that is running. This value is populated only if the URL is `home.do`. |
| Homepage Widget | The homepage widget that is rendered in the transaction. When a homepage is rendered initially, each homepage widget is rendered in parallel. |
| Initial Scope Name | Scope where the method that created the transaction is defined. Setting this name to anything other than the selected application means that the rule is never used. The rule only looks at transactions of the selected application, and this value has the rule look for a different application, so the condition is never satisfied. |
| Scope Name | Scope of the application that called the method that created the transaction. |
| Sys ID | A sys\_id of the transaction. |
| Thread Name | The name of the execution thread that is running the transaction. Foreground threads have names like `http-bio-8080-exec-1`. Background threads may have various names, and may be useful where the URL is not sufficiently descriptive. |
| Type | The type of transaction:- List: Any list transaction, such as incident_list.do. - Form: All forms, UI pages, CMS pages, and so on. - XMLHttp: Transactions that run through GlideAjax, where the URL is xmlhttp.do. - Report: The page Note: Match the transaction quota Type to the transaction type listed in the Quota Manager log entry for the transaction. |
| URL | The URL of the page. |
| Updated | When the transaction was updated. |
| Updated by | Who updated the transaction. |
| Updates | What was updated. |
| User | The user performing the transaction. |
Parent Topic:Platform performance reference