What is change_task table extended from?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2020 06:56 PM
What is change_task table extended from?
is it change_request?
why is not task?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2020 07:18 PM
Hi,
change_task is extended from task table only. change_request also extended from task table.
Thanks,
Narsing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2020 07:54 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2020 09:24 PM
Table dependencies can be found from Tables.
- Go to "System Definition" > "Tables"
- Filter on tables to find. As can be seen from the following list, both "Change Request" and Change Task" extends "Task" table.
To find other relationship graphically, do the following:
- Open table to find other relationship. Example "Change Task".
- Scroll down and select "Show Schema Map".
- By default, all relationships will be displayed graphically. Uncheck all except "Show extended tables" to see which table "Change Task" is extended from.
- Select "Show referencinmg tables" to find tables that are referenced by Change Task table. This implies there is a field in table "Change Task" that references table "Change Request".
- Open "change_task.list" from Application Navigator.
- Right click on the header and select "Configure" > "Dictionary".
- There is a field named "Change request" that references table "change_request" as expected.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2020 09:32 PM
Hi SS
Let me Give you one by one Answer:-
What is change_task table extended from?
is it change_request?
A change request allows you to implement a controlled process for the addition, modification, or removal of approved and supported configuration items (CIs). A change request records the detailed information about the change, such as the reason of the change, the priority, the risk, the type of change, and the change category.
Please Mark Correct and Helpful
Thanks and Regards
Gaurav Shirsat