Mapping Model, Model Category in alm_hardware table using Transform map script.

haranath jivvi
Tera Contributor

i am inserting data using xml data source to alm_hardware table. 

From xml tag <description>"Computer Linux 200 gb 35 inches"</description> receiving 

Consider

Model category = Computer,

Model [Manufacture = Linux, Model name = 200gb 35 inches]

 

How to map into the alm_hardware table using  transform map.

 

 

3 REPLIES 3

Lithesh
Kilo Sage

Hi @haranath jivvi ,

There is know field in model category in the asset table. Model category will be present in the Model record and the model will be associated with the Asset. It will be in this hierarchy Model Category -> Model -> Asset. From your eg. In the Model 200gb 35 inches you can find the field model category which holds the details of Asset and CI class

Regards,
Lithesh

haranath jivvi
Tera Contributor

Hi Litesh,

 

Thank you so much for your reply!

We are trying to map model category using JavaScript, i have found solution for this.

It is working as expected.

Can you post the solution how you fixed?