Advanced Search
Search Results
158 total results found
How to register the progress of a project task?
Open the tab Tasks in the project Open the task In the tab General, the estimated cost, contractor, and percentage (%) completed can be edited Extra remarks, documents, and photos about the progress can be added in the related tabs. If the task is comp...
How do I complete a project task?
Open the task Move the slider to 100% Click on Save & close
End of life for Microsoft SQL server
Several versions of SQL Server have reached the end of their life. When MXSuite was first released in 2009, SQL Server 2008 was the standard, followed by some other versions. The table below shows which SQL Server versions are no longer supported. Mastex Sof...
Set the regional settings of MXSuite
If you want to use local formatting for date and time, but also for the formatting of the numbers, you can apply the region or cultural setting to the IIS site. Open IIS Select the site that should be changed Open .NET Globalization Select the Culture an...
Manage API keys
The HTTP(S) API has been available since MXSuite version 3.3.0. To create an API key, there are 2 steps needed: Create the API-user Create the API-key Create an API user Open the Administration module Click on Users Create a new user for the ...
General API usage
Authentication To access the API, first an API key needs to be created from the Administration page. The key will be used as a header in the HTTP request. MXSuite expects a mx-apikey header on each request. mx-apikey: apikey Besides the mx-apikey header, t...
Update counters via API
Overview The Counters API provides endpoints for managing running hours (counters) within the MXSuite system. This API allows you to upload counter history records for one or more counters at a location, with proper authorization controls. Base URL api/ex...
Asset categories
The categories will link all tasks and spare parts to a category. The sheet in the Excel file is called “CategoryList”. To fill out the Excel file properly, ensure that all fields are filled out properly. Below are the fields listed. Field MAX C...
General info
Import Field relations with general data If you filled in the following columns in the Excel file: Cost Code Currencies Product categories Units Then this data must exist in the Administration module. All fields in the Excel file must be in text fo...
Asset tasks groups
All tasks are linked to a maintenance job plan. The job plan is linked to a category. So the maintenance job plans are between the categories and maintenance tasks. The sheet in the Excel file is called MaintenanceJobPlanList. To fill the Excel file correctl...
Use of Dymo LabelWriter printer in MXSuite
In MXSuite you have the option to print labels for a Dymo Labelwriter. MXSuite V2: - the max allowed version of Dymo software is: Dymo Labelwriter 8.7.5- download that version here (right mouse click at the version > save as..) MXSuite V3:- you can also use...
MXSuite version 3.4.1
Modify growth settings
In lots of databases, the file growth settings are left as the default value: 1MB or 10%. This is not optimal. It can cause all kinds of issues, which rear their ugly heads as performance problems. We have created a SQL Server agent job that runs monthly on ...
Change the target recovery time
This article describes how to set or change the target recovery time of a database in SQL Server by using SQL Server Management Studio or Transact-SQL. By default, the target recovery time is 0 or 60 seconds, and the database uses indirect checkpoints. The tar...
Enable query store
Since SQL Server 2016, there has been an option to enable a query store. The query store stores details about unique queries: their execution plans, the time they took, the logical reads they required, etc. This would help greatly in identifying performance is...
MXSuite version 3.4.2
API for Assets Tasks
Overview The Assets APIs provides endpoints for managing assets categories, assets groups, assets tasks and sign off tasks within the MXSuite system. This API allows you to retrieve assets categories, assets groups and task sign offs, to create, update, d...
How do I synchronise manually (online sync)?
To create and save a synchronisation package: Go to the module Synchronization. Select the location. Click on Export last or on Create package. Select Online. Click on Ok. To load a synchronisation package: Go to the module Synchronization. Selec...