Regarding
this post about adding a comupter manually to the database, it can be tricky if we don't know the rules or fields needed to insert the computer hostname.
I can insert one record like this:
Computername: (leave it empty, it's automatically generated)
Computer: Hostname_of_the_computer
The problem I see is that the computer is not created in the table tblCompCustom - I need to add computers manually so I can fill the inventory data whenever they arrive and get in the stock. Can you please inform how do I get that table filled automatically?