- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2020 08:34 AM
Does it make sense to extend kb_knowledge table to task table?
One reason, the sysapproval_approver table does not show the:
- Approval for
- Short Description
- Entered
for Knowledge approval. That is because the 3 fields above are coming from the task table.
Instead of adding fields to the sysapproval_approver table, we are thinking of extending it to the task table. Will this cause issue?
Need your expert opinion please.
Thank you!
Regards,
Jocelyn
Solved! Go to Solution.
- Labels:
-
Knowledge Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2020 12:33 PM
Hi Jocelyn,
That's not a great idea. Task table is a core table and it's name is enough to say what records does it contain. A task which needs to be fulfill a requirement. Whereas the Knowledge table is there to share the knowledge. Both the things are differently configured.
For the tables which do not extend the task table OOB we have document_id field which contains the sys_id of the approving record.
Kindly mark my answer as Correct and Helpful based on the Impact.
Regards,
Alok
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2020 02:04 PM
Thanks Alok for the very good explanation!
Regards,
Jocelyn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2020 06:40 PM
Knowledge Approval notifications will include the Short Description of the Article starting in Orlando. This is OOB behavior, however if your OOB notifications have been modified then the upgrade may skip that change.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2020 04:14 AM
Thank you Sarup!