I create the class definition "Server" to simplify the default CI Computer - type Server. The code is attached. What really interests me is the import of the CI server, but When I try to import launch me an error. The Sistem log describe Need DeplStateID! but my CSV have the Name, Deployment State, and Incident State that I understand that is always requiered. I didn't know what is the problem? I also attached the Export/Import Fields.
Code: Select all
{
Key => 'processor_cores',
Name => 'Processor cores',
Searchable => 1,
Input => {
Type => 'Text',
Size => 50,
MaxLength => 100,
},
},
{
Key => 'processor_speed',
Name => 'Processor Speed',
Input => {
Type => 'Text',
Size => 50,
MaxLength => 100,
},
#CountMax => 16,
},
{
Key => 'processor_description',
Name => 'Processor Description',
Input => {
Type => 'TextArea',
},
},
{
Key => 'memory',
Name => 'Ram',
Input => {
Type => 'Text',
Size => 50,
MaxLength => 100,
},
#CountMax => 10,
},
{
Key => 'man_ip_address',
Name => 'IP Address',
Input => {
Type => 'Text',
Size => 50,
MaxLength => 100,
Required => 0,
},
},
];