---
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


---

# Register an event

# Register an event {#ariaid-title1}

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

You can register an event for a specific table and a business rule that fires the
event.

## Before you begin

Role required: admin

## Procedure

1. To register an event, browse to System PolicyEventsRegistry, and then click New.
2. On the form fill in the fields.  
   {#t_RegisterAnEvent__table_hbv_pg3_j1c__entry__2}

   | Field | Description |
   |-|-|
   | Event name | Name of your new event. |
   | Table | Database table for this event. Note: Only tables and database views that are in the same scope as the event appear on the listing. |
   | Queue | Name of the queue that the event is placed into when triggered. Use only lowercase letters, no spaces, and no special characters except underscore (_). For example, <kbd class="ph userinput">my_queue</kbd>. See [Using custom queues to process events](https://www.servicenow.com/docs/access?context=useful-server-side-scripts&version=xanadu&pubname=xanadu-application-development&section=queues-create&ft:locale=en-US). |
   | Priority | Order in which messages will be processed. Lower values have higher priority. Note: The com.glide.sysevent.priority.enabled system property is enabled by default. If you disable it, events processing is not done by priority. |
   | Caller Access | Restricted caller access settings. * Caller Restriction: calls to the resource must be manually approved. * Caller Tracking: Calls to the resource are automatically approved. {#t_RegisterAnEvent__ul_jtv_233_j1c} |
   | Fired by | Name of the business rule that runs the event. This field is for reference only and is not used by any process. Make sure that there is enough information to locate your event again. |
   | Description | Short description of the purpose of the event. |
   [Table 1. Event Registration Form Completion]

   {#t_RegisterAnEvent__table_hbv_pg3_j1c}

*[\>]: and then


