---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Defining Name Components

# Defining Name Components {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Name components define the document values used in the name format.
For example, the name component <kbd class="ph userinput">document.audience.code</kbd> dot-walks
from the document record to the audience Code.  
To define a new name component, navigate to Managed DocumentsAdministrationComponents and click New.{#r_DefiningNameComponents__table_zgf_ksc_s4__entry__2}

| Field | Description |
|-|-|
| Name | A unique identifier for the name component. |
| Short Description | A short description of the name component value. |
| Value | The path to the field holding the value used for the name format. Defined relative to a current revision record. For example: * Enter <kbd class="ph userinput">revision</kbd> to use the revision Number field on the revision record. * Enter <kbd class="ph userinput">document.name</kbd> to use the Name field on the revision's referenced document. * Enter <kbd class="ph userinput">document.audience.code</kbd> to use the Code field for the audience referenced by the document. {#r_DefiningNameComponents__ul_hqr_4sc_s4} This dot-walking approach makes it possible to get any value related to the revision into the name format. |
[ ]

{#r_DefiningNameComponents__table_zgf_ksc_s4}  
Hinweis:  
The revision component is a special component replaced by the appropriate revision number (rather than querying a value related to the current record). The revision is either automatically incremented or uses the latest revision number, depending on the setting on the document form.  
The following components are defined in the base system.{#r_DefiningNameComponents__table_mv2_btc_s4__entry__3}

| Name | Short description | Value |
|-|-|-|
| Audience code | Displays the code assigned to the document audience. | document.audience.code |
| Classification code | Displays the classification code. | document.classification.code |
| Document name | Displays the document name. | document.name |
| Revision | Displays the document revision. | revision |
| Type code | Displays the code assigned to the document type. | document.type.code |
[ ]

{#r_DefiningNameComponents__table_mv2_btc_s4}

