Manufacturer
Provides normalized hardware manufacturer info.
erDiagram
Manufacturer ||--o{ Machine : "ManufacturerID"
Manufacturer ||--o{ Machine : "ProcessorManufacturerID"
Fields
| Field |
Type |
Description |
| AutoAssignRegex |
string |
Regular expression to discover manufacturer from hardware strings |
| AutoAssignTestLikePattern |
string |
SQL like pattern and/or regular expression to build test data for this manufacturer |
| Created |
datetime |
Date/Time this object was created |
| CreatedBy |
string |
User that created this object |
| CustomField1 |
string |
Custom field 1, not used by OctoSAM |
| CustomField2 |
string |
Custom field 2, not used by OctoSAM |
| CustomField3 |
string |
Custom field 3, not used by OctoSAM |
| CustomField4 |
string |
Custom field 4, not used by OctoSAM |
| ExtraData |
string |
Extra data for this manufacturer |
| Guid |
guid |
Unique id of this manufacturer that can be used for links from external systems |
| ID |
numeric |
Internal ID for the Manufacturer entity (Primary Key) |
| LastModification |
datetime |
Date/Time this manufacturer was last modified |
| LastModifiedBy |
string |
User that modified this object |
| LastSynchWithMaster |
datetime |
Date/Time this manufacturer definition was last synchronized with master |
| LastUpdateFromMaster |
datetime |
Date/Time this manufacturer definition was last updated from master |
| MasterLastModified |
datetime |
Last modification timestamp of the manufacturer in the master catalog |
| MasterNotes |
string |
Notes from the master catalog |
| Name |
string |
Normalized hardware manufacturer name |
| Notes |
string |
Custom notes |
| PredefinedByOctopus |
boolean |
True if the manufacturer definition is maintained by Octosoft |
| Url |
string |
URL to the manufacturer's website |
Referenced by
| Table |
Column Name |
Description |
| Machine |
ManufacturerID |
Basic machine information. A machine is a physical or virtual device that can be scanned by OctoSAM Inventory. A machine can also be a mobile device such as a phone or tablet. |
| Machine |
ProcessorManufacturerID |
Basic machine information. A machine is a physical or virtual device that can be scanned by OctoSAM Inventory. A machine can also be a mobile device such as a phone or tablet. |