PADomainUtils - isWriteable(String table, String id)
-
- UpdatedAug 3, 2023
- 1 minute read
- Vancouver
- Performance Analytics
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
Evaluate if you can write to a specific record identified by table and sys_id.
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. |
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. |