---
sourceDocument: Yokohama Platform Analytics
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/fr-FR/yokohama/now-intelligence

 Release :

    - yokohama

ft:locale :

    - fr-FR

ft:publication_title :

    - Yokohama Platform Analytics

ft:clusterId :

    - par

bundleId :

    - par

workflow :

    - Platform


---

# PADomainUtils : isWriteable(table de chaînes, ID de chaîne)

# PADomainUtils : isWriteable(table de chaînes, ID de chaîne) {#ariaid-title1}

* Rversion finale: Yokohama
* 
* Mis à jour 30 janv. 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute de lecture

Évaluez si vous pouvez écrire dans un enregistrement spécifique identifié par table et sys_id.
{#r_PADU-isWriteable_String_String__table_vqc_gly_2t__entry__3}

| Nom | Type | Description |
|-|-|-|
| Table | Chaîne | Nom de la table contenant l'enregistrement à interroger, par exemple pa_indicators. |
| id | Chaîne | L'sys_id de l'enregistrement à interroger. |
[Tableau 1. Paramètres]

{#r_PADU-isWriteable_String_String__table_vqc_gly_2t} {#r_PADU-isWriteable_String_String__table_wqc_gly_2t__entry__2}

| Type | Description |
|-|-|
| Booléen | Indique que vous pouvez écrire dans l'enregistrement spécifié. Renvoie la valeur vrai si l'enregistrement existe dans le domaine de l'utilisateur actuel. Renvoie la valeur false si l'enregistrement n'existe pas ou s'il se trouve dans un domaine différent. |
[Tableau 2. Renvoie]

{#r_PADU-isWriteable_String_String__table_wqc_gly_2t}  

    var pa = new SNC.PADomainUtils();
    pa.isWriteable('pa_incidents','cd8125b5140012007665a83e633b028d');


