Skip Navigation LinksALVAO 11.2 / Admin guide / Custom modifications and extensions / Create object monitors
Create object monitors
This application automatically creates monitor objects in the object tree for monitors that are connected to computers and have been discovered during a hw and sw computer detection.
Note:
As portable computers can be switched between multiple company monitors and even private monitors used at home, monitor detection can be inaccurate.
Tip:
If you don’t mind tracking private monitors in Alvao you can keep this app running permanently. Otherwise, we recommend using it only for the initial import of data and disabling it later. After manually cleaning the private monitors stock up each newly purchased monitor manually.
Initial setup
- Download (and extract) the application.
- (On-prem) Run the following script on your database:
update tProperty set sPropertyValue = isnull(sPropertyValue, '') + ';ObjectCreateMonitors.Setting' where sProperty = 'AdditionalEditableProperties'
.
- In Administration - Settings - Advanced – New setting: in Name field select ObjectCreateMonitors.Settings, to the Value field enter the json code:
{
/* For computers under following object(s) perform automatic creation of monitors
*/
ParentObjectIds: "93",
}
Note:
For on-premise installation, check that the value of the ParentObjectIds parameter is correct.
- In Administration – Applications – Import: select the ObjectCreateMonitors app and click on the Allow button in the command bar.
Note:
To add another object, in
Advanced settings - ObjectCreateMonitors.Settings - Value enter the id of the object into the value of
ParentObjectIds and separate it with comma.
Using the application
Disable application
Having finished the initial import of monitors, simply disable/delete the application. You can also recover it later by re-installing it.
If you want to disable only the automatic creation of monitors, clear the ParentObjectIds parameter in the ObjectCreateMonitors.Settings in the Administration - Settings - Advanced settings. You still will be able to use the Create monitor command.
Did not find what you were looking for? Ask our technical support team.