ProtectedInternalInternal method that must be implemented by derived action classes. This is where the actual action logic should be implemented.
The action execution parameters including typed context
Promise resolving to the action result
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Refresh an existing List against its captured source view.
ConfirmDropsdefaults tofalse— Sync-mode refreshes that would remove records will be rejected withDROP_NOT_CONFIRMEDunless the caller passesConfirmDrops: true. This mirrors the UI dialog's acknowledgement contract: scheduled jobs and agents must opt in explicitly to data-removing operations.