Onboarding Docs

Articles

Development - Manitou 2.1 Web Server Software web.config Settings Explained
Starting with Manitou 2.1 update 6 we are writing several of the config file values to the registry during the first steps of the installer. This allows us to easily retrieve the values for future upgrades. The values are stored in: \\HKLM\SOFTWAR...
Development - Setup Custom Fields in AlarmBiller
This article will show how to create Custom Fields and enable them in AlarmBiller grids. 1. Navigate to AlarmBiller -> Setup -> Custom Fields: 2. Within the Custom Fields page, hit the Add Custom Field button: 3. T...
Development - Set up Time and Attendance in SedonaOne
This guide will show how to enable T&A and set up some pay groups/codes, as well as appointments. Navigate to Setup -> Preferences:  Under Site Settings, check T&A integration:  Navigate to T&A under the app switcher tab: ...
Development - Setting up Swagger and Postman for API testing
Swagger Setup Swagger is built into Neo 2.1 and can be accessed by adding "/swagger" to the end of your API URL, like so: https://localhost/api/swagger If you would like to use Swagger to test API method calls, you will need a valid...
Development - Setting up Inventory in SedonaOne
This page will guide the reader through setting up the Inventory and associated tabs in SedonaOne/AlarmBiller. This guide assumes the reader has access to a dealer as well as credentials to log into Host. 1. First log into ABHost -> Deal...
Development - Updating SSL Thumbprint in Octopus
Overview Whenever a wildcard cert for one of our Alarmbiller domains is renewed, we need to update the thumbprint in Octopus to use that new cert on deployment. This makes sure that we cleanly keep a valid cert running in both our test environm...
Setting up a new Developer Environment for Manitou
Overview This is a working document to help on-board any new developers and get them running in the Manitou system. It walks through the process to take a stock Windows environment and be able to work effectively in the Bold Development process...
Setting up a new developer for Sedona-X Client
Code Repo and Supporting setup You will first need to clone down the Sedona-X Client repo from DevOps. (for consistency this should be c:\DevOps\xyz-repo) https://dev.azure.com/BoldGroup/Sedona-X/_git/Sedona-X%20Client You will then have to dow...