- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2014 05:11 AM
experts ,
help please
We are trying to map and integrate from ucmdb database CIs to ServiceNow ci tables . what other snow database tables we need to choose. The snow table I am reviewing currently are cmdb_ci_db_instance, cmdb_ci_db_ora_instance(for oracle) ? what is the purpose of cmdb_ci_db_ora_catalog?
Can sysid be used as unique identifier instead of ci name for mapping in snow database tables? we use globalid on ucmdb extracts as unique key? Can sysid be used to update CI attributes of a particular CI?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2014 11:56 AM
Aye... in my dev instance, i have a good 23 roles applied (10 of which are "admin" type accounts) with several of them custom, so i am not sure which role/privilege allows you to have more or less selectable columns in a list view...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2014 02:10 PM
I used sys_db_object.list in the navigation window, but I only got two columns - table class and superclasse did not get label , name or extends table or app file as available menu column names in the the view . Probably I will need to get the tables and field name information from the actual database?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2014 06:51 AM
Tanya:
After bringing up the sys_db_objects list, click the little gear in the upper right corner of the list. This provides you with the ability to add columns to your list before exporting it to .PDF or .XL. Once you have the list collector form up, simply move items from Available to Selected with either a double click, or highlight them and hit the arrow (shift+click selects a running list, control+click selects multiple items)
Let me know if this helps or not !
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2014 06:52 AM
** I meant upper left corner (not enough coffee this morning)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2014 06:40 PM
thanks.should have included this in my post earlier. yes I tried personalize list column earlier, but our system did not have appfile, label , name ,extends table as listed columns under "Available" section . we only had updated by , created by and provider class as columns in that section. looks more like access or role issue, probably going to view sysdbobjects in odbc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2014 11:56 AM
Aye... in my dev instance, i have a good 23 roles applied (10 of which are "admin" type accounts) with several of them custom, so i am not sure which role/privilege allows you to have more or less selectable columns in a list view...