Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

PADomainUtils - isWriteable(String table, String id)

Evaluate if you can write to a specific record identified by table and sys_id.

NameTypeDescription
tableStringThe name of the table containing the record to query, such as pa_indicators.
idStringThe sys_id of the record to query.
TypeDescription
BooleanIndicates 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.
var pa = new SNC.PADomainUtils();
pa.isWriteable('pa_incidents','cd8125b5140012007665a83e633b028d');

Parent Topic:PADomainUtils - Global