This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Laptop Assignment

Hi ,

 

I have list of User id and laptop serial number assigned to them in DB view.

How can I import these information in 1IDM 7.1.2.

Please guide me. Thanks

 

Regards,

Vijay

Parents
  • Hey Vijay,

    Quick way is to use the dataimporter to connect to your DB view and pull this information straight into the OneIM database. There's an OOTB table called Hardware that could be handy to model your laptops, this table has a foreign key to the person table for the person<->laptop relationship.

    Otherwise you could store the laptop serial number in one of the ten custom attributes that are there OOTB on the Person, or even extend the Person table if you wanted with a dedicated attribute.

    HTH
Reply
  • Hey Vijay,

    Quick way is to use the dataimporter to connect to your DB view and pull this information straight into the OneIM database. There's an OOTB table called Hardware that could be handy to model your laptops, this table has a foreign key to the person table for the person<->laptop relationship.

    Otherwise you could store the laptop serial number in one of the ten custom attributes that are there OOTB on the Person, or even extend the Person table if you wanted with a dedicated attribute.

    HTH
Children
No Data