Hello,
I have some questions with the connector (mysql).
I want to do this :
On my mysql database i have servers (name, memory, cpu, ...).
With my connector, i want to put a special text when the servers in my mysql db is on my cmdb. For exemple :
Connector :
External entity : My_Table
Cmdbuild Class : My_Class
With update only
Then on attribute mapping :
External entity : My_Table
External attribute : name
CMDBUILD Class : My_Class
CMDBUILD_Attribute : name
and (the think i want to do)
External entity : My_Table ( ? )
External attribute : $From_Inventory (the special text i want)
CMDBUILD Class : My_Class
CMDBUILD_Attribute : Source
Is it possible ?
Thx :-)