How to show Knowledge Approvals in Mobile Agent App ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 08:19 AM - edited 12-28-2023 09:39 AM
How to show Knowledge Approvals in Mobile Agent App, as of now user are receiving approval for change and requests but not for knowledge articles.
approvals for kb articles are showing in platform view but not mobile app, how can i configure kb articles in mobile app.
how to show knowledge Approvals in Mobile Agent App, quick help would really appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2023 11:46 AM
Hello @prash4
by default, you do not get the knowledge approval in this "Pending for approval" screen. if you still need to configure, I can guide you but this requires little scripting/JSON knowledge.
Goto this table - "sys_sg_master_item.list" from application navigator
Add the "Embedded screen " field if this is not visible in the list view.
Filter by Pending approvals. Now you see these three pending approval screens for change, SC_Request and Sc_request items.
Here you need to create a new master Item for knowledge approvals. Take one of the pending approvals and duplicate it for knowledge approval.
then go to this table - " sys_sg_item_view.list" and search for approvals and create new legacy form cards for knowledge.
you can either duplicate any known approval and change the parameter inside the "callId" to document Id.,
PaulSylo
Kindly mark "helpful", if this helps, or Mark as "Accepted " if it solves your issues !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 07:33 AM
Hi @PaulSylo
Thank you for your update, appreciate your help!
I can see only 2 list item configuration in sys_sg_master_item.LIST.
Do i need to create on list for it ? and other thing is that callid ? is it cell ID?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 07:45 AM
Hello @prash4 - Pls search in the embedded screen field, not in the name field. you can see three item in the list.
Open one of the list ( may be you can take one for SCtask and duplicate it and create for knowledge.
Note: If my response solves your issue, please mark it as accepted. If it helps, feel free to give it a like. Also, I welcome your feedback on my articles.
PaulSylo
Kindly mark "helpful", if this helps, or Mark as "Accepted " if it solves your issues !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 08:15 AM