Mapping Model, Model Category in alm_hardware table using Transform map script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 08:12 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2024 04:30 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2024 05:16 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2024 05:19 AM
Can you post the solution how you fixed?