PADomainUtils - isWriteable(String table, String id)

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • Evaluate if you can write to a specific record identified by table and sys_id.

    표 1. Parameters
    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.
    표 2. Returns
    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.
    var pa = new SNC.PADomainUtils();
    pa.isWriteable('pa_incidents','cd8125b5140012007665a83e633b028d');