PinUpdate
Pins a specific update, keeping it at the top of the update list for better visibility.
Input
Name | Type | Required | Description |
Id | String | True | The unique identifier for the update operation, used to reference the specific update being applied in the system. |
ItemId | String | False | The unique identifier for the item being updated, allowing the procedure to target the specific item in the database. |
Result Set Columns
Name | Type | Description |
Success | Boolean | A boolean value indicating the success of the operation. True means the update was applied successfully, while false indicates a failure or error during execution. |
Details | String | A string containing additional information about the execution of the operation, useful for understanding any issues or providing insight into the outcome. |
Id | String | The unique identifier for the item after the update, confirming the item being affected and allowing any further interactions with it. |
PinnedToTopItemIds | String | A comma-separated list of item IDs representing the items that are pinned to the top as a result of the update. This helps track which items have been prioritized in the user interface. |