Articles
AlarmBiller - Using POSTMAN with REST API
Overview
The AlarmBiller REST API is used for third-party access. This is also used by the Stages Integration. Because it uses HTTPS calls to an IIS server, it allows very quick testing through several tools. This document cov...
Default Cost from SedonaOffice
This feature allows SalesAutomation users to see the Default Cost on recurring invoice items as defined in SedonaOffice. It is read-only in SalesAutomation and does not set any other fields. It should be used for reference when setting the recurring...
Sedona-X Mobile Activation in AlarmBiller Host System
This article outlines how to activate Sedona-X Customers in the AlarmBiller Host System.
Instructions
Navigate to host and pull up the customer's record.
Select Edit to modify.
Set the # of users listed on the agreement and the...
SendinBlue Email Setup
Find the file for information on SendinBlue (an emailing API provider) here. ...
AlarmBiller - How to manage and remove locks
AlarmBiller locks option can be enabled or disabled from Setup -> Preferences -> Locks:
AlarmBiller prevents multiple users from editing the same page at the same time. (Invoice, work order, etc.)
Locks occur if ...
AlarmBiller – iPhones & iPads cannot decode raw data error
The help instructions below will help users resolve the error.
The error that occurs on iPads and iPhones ‘Cannot decode raw data’ has to do with the way the devices are processing the GZIP compression.
The resolution of the i...
Delete Invoices In Alarm Biller
If a customer needs an invoice deleted, while this is not recommended, it can be done in special circumstances using the script below: begin tran --select min(invoicenumber) InvoiceNumber --into NewInvoiceNumber --from aInvoice i --left...