Skip to content

Security

pozil edited this page May 7, 2020 · 1 revision

These extensions deal with security (record locking...).

Table of content


Is Record Locked

Checks if a record is locked.

Type: Invocable Action

Inputs:

Name Type Description
recordId Id Record Id

Outputs:

Name Type Description
isLocked Boolean Whether the record is locked or not.

Set Record Lock

Locks or unlocks a record.

Type: Invocable Action

Inputs:

Name Type Description
recordId Id Record Id
isLocked Boolean Whether the record should be locked (true) or unlocked (false).

Outputs:

Name Type Description
isSuccess Boolean A flag that reports whether the record was successfully locked.
errorMessage String An error message in case the operation failed.