
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
10-18-2018 12:40 PM - edited 03-27-2024 02:52 PM
Principais tabelas utilizadas.
Dicionário de dados - Data dictionary tables
Conceptual model | Physical Model |
task | |
incident | |
problem | |
change_request | |
change_task | |
sys_user | |
sys_user_group | |
sys_user_role | |
cmn_location | |
core_company | |
kb_knowledge | |
kb_category | |
kb_knowledge_base | |
sc_catalog | |
sc_cat_item | |
Service offering | service_offering |
Foundational | Incident mgmt | Request mgmt | Problem mgmt | Change mgmt | |
sys_user | incident | sc_catalog | problem | change_request | |
core_company | incident_task | sc_category | problem_task | change_task | |
cmn_location | sc_cat_item | ||||
Building | sc_item_option | ||||
cmn_department | sc_request | ||||
cmn_cost_center | sc_req_item | ||||
sys_user_group | sc_task | ||||
sys_user_grmember | |||||
sys_user_role |
CMDB
Conceptual model | Physical Model |
Business Capability | cmdb_ci_bussiness_capability |
Business Application | cmdb_ci_bussiness_app |
Portfolio | |
Logical Service | cmdb_ci_service |
Service Mapping | cmdb_ci_service_discovered |
cmdb_ci | |
cmdb_ci_server | |
Application | cmdb_ci_appl |
Hardaware | |
Computer | cmdb_ci_computer |
Server | |
Software | cmdb_ci_spkg |
Disk | cmdb_ci_disk |
Network Adapter | cmdb_ci_network_adapter |
Software Installation (when Software Asset Management is enabled) | cmdb_sam_sw_install |
ServiceNow Schema Map for Tables
If you want to view a portion of the data model, such as the surroundings of a sys_user table for example, you can use the embedded ServiceNow feature to display a schema map. This schema map presents the details of tables and their relationships visually. To generate a schema map:
Se você deseja ver uma parte do modelo de dados, por exemplo, os arredores de uma tabela de sys_user, então você pode utilizar o recurso embutido do ServiceNow para exibir um mapa de esquema. O mapa de esquema exibe os detalhes das tabelas e seus relacionamentos de forma visual. Para gerar um mapa de esquema:
- Navigate to System Definition > Tables & Columns.
- In the Table Names pane, select a table.
- Click Schema map.
Blog Qual é a tabela de usuários?
how to print schema map / Como imprimir o schema map?
- 2,357 Views