---
sourceDocument: Xanadu Platform Analytics
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/now-intelligence

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu Platform Analytics

ft:clusterId :

    - par

bundleId :

    - par

workflow :

    - Platform


---

# PADomainUtils - isWriteable(String table, String id)

# PADomainUtils - isWriteable(String table, String id) {#ariaid-title1}

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

Evaluate if you can write to a specific record identified by table and
sys_id.
{#r_PADU-isWriteable_String_String__table_vqc_gly_2t__entry__3}

| Name | Type | Description |
|-|-|-|
| table | String | The name of the table containing the record to query, such as pa_indicators. |
| id | String | The sys_id of the record to query. |
[Table 1. Parameters]

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

| Type | Description |
|-|-|
| Boolean | Indicates that you can write to the specified record. Returns true if the record exists within the domain of the current user. Returns false if the record does not exist, or is in a different domain. |
[Table 2. Returns]

{#r_PADU-isWriteable_String_String__table_wqc_gly_2t}  

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


