Class BTDataCollectionSheetInstanceRequestUnlock

All Implemented Interfaces:
Serializable, Tool, ValidExecution

Business task for requesting to unlock a data collection sheet.

This task processes DataCollectionSheetInstanceRequestUnlockEvent events and sets the unlock request flag to true after validating that the sheet meets all requirements for unlocking.

The request unlock workflow involves:

  1. Validating the sheet meets unlock requirements (via DataCollectionSheetInstanceUnlockingRequestCheckEvent)
  2. Loading the sheet from the database
  3. Setting the unlock request flag to true
  4. Updating the sheet in the database
Since:
22.0
See Also: