Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Application quota condition builder

A description of the options available in the condition builder for the Application Quota Rule form.

FieldDescription
AttributesMiscellaneous attributes that are related to the transaction.
CreatedWhen the transaction was created.
Created byWho created the transaction.
ForegroundWhether the transaction was completed in the foreground or background:- True: a foreground transaction. - False: a background transaction.
HomepageThe homepage that is running. This value is populated only if the URL is `home.do`.
Homepage WidgetThe homepage widget that is rendered in the transaction. When a homepage is rendered initially, each homepage widget is rendered in parallel.
Initial Scope NameScope 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 NameScope of the application that called the method that created the transaction.
Sys IDA sys\_id of the transaction.
Thread NameThe 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 sys_report_template.do. - SOAP: SOAP transactions. - Export: When a list is exported in a format such as XML, Excel. - Scheduler: When a scheduled job is performed. - Text Search: The text search transaction or any of its related operations. - Other: Any type that does not meet the qualities of another type.

Note: Match the transaction quota Type to the transaction type listed in the Quota Manager log entry for the transaction.

URLThe URL of the page.
UpdatedWhen the transaction was updated.
Updated byWho updated the transaction.
UpdatesWhat was updated.
UserThe user performing the transaction.

Parent Topic:Platform performance reference