-
Notifications
You must be signed in to change notification settings - Fork 93
Security
pozil edited this page May 7, 2020
·
1 revision
These extensions deal with security (record locking...).
Table of content
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. |
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. |
ℹ️ These components are part of the Apex Formula Evaluator package.