---
sourceDocument: Xanadu ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/platform-administration

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Methods to add variable information to the cancellation message

# Methods to add variable information to the cancellation message {#ariaid-title1}

* Release version: Xanadu
* 
* Updated January 30, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

You can use the following methods of the <var class="keyword varname">jvar_transaction</var> variable
to add information to the cancellation message.
{#r_AddVarInfoToTheCancellationMsg__table_eng_2bb_rp__entry__2}

| Method | Description |
|-|-|
| getURL() | Returns the URL for the transaction. |
| getReason() | Returns the reason for page cancellation, localized to the user's language. |
| getQuotaId() | Returns the sys_id of the quota rule. |
| getQuotaName() | Returns the name of the quota rule. |
| getRunTime() | Returns the total run time for the page up to this point. |
| getType() | Returns the type of transaction, such as form, list, report, other. |
| getUser() | Returns the sys_id of the user. |
| getHomepage() | Returns the sys_id of the homepage. |
| getHomepageWidget() | Returns the name of the homepage widget. |
[Table 1. Adding Variable Information to the Cancellation Message]

{#r_AddVarInfoToTheCancellationMsg__table_eng_2bb_rp}

