1. Home
  2. /
  3. Docs
  4. /
  5. Sage 50 REST Server
  6. /
  7. Sage 50 US Version 2024 D...
  8. /
  9. Alarms Table

Alarms Table

Version: 2024 Sage 50 US

Columns

Column NameData Type
AlertNumUSMALLINT
ApplyNumberUINTEGER
ApplyTypeUSMALLINT
BeginDateDATE
EmailDateDATE
EndDateDATE
GUIDBINARY(16)
LastUpdateCounterUINTEGER
PostOrderUINTEGER
RecordNumberIDENTITY

Indexes

  • ByAlertNum:
  • ByAlertNumDate:
  • ByApplyNumType:
  • ByGUID:
  • ByNumTypeDate:
  • ByPostOrder:
  • UK_RecordNumber:

Foreign Keys

No foreign key metadata (or none defined).

Example Query

SELECT *
FROM Alarms
LIMIT 0, 50;