Knowledge approval mobile application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-31-2023 10:32 PM
Hi All
In mobile application under my Items I created icon section called approvals in that created knowledge approval what would be the condition for knowledge approval.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2024 03:05 AM
To create a condition for knowledge approval in the ServiceNow mobile application, you would typically want to filter for records where the user is the approver and the approval state is requested. Here are the steps:
1. Navigate to the Mobile Studio in your ServiceNow instance.
2. Select your mobile app project.
3. Under the "Applet Launcher" section, find your "My Items" applet launcher.
4. Click on the "Applets" tab and find your "Approvals" applet.
5. Under the "Data Items" section, find your "Knowledge Approval" data item.
6. In the "Condition" field, you would typically want to set a condition that filters for records where the user is the approver and the approval state is requested. This could look something like: approver=javascript:gs.getUserID()^state=requested
7. Save your changes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2024 09:25 PM
Hi
I can see the count of my knowledge approvals but when I open knowledge screen it shows blank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2024 04:11 PM
Any luck with this one? I got to the point where I can see there’s an approval pending for the knowledge article. The OOTB list icons don’t display the list icon well and created a few but no luck so far. I can even get to the point of an approval or reject but I can set the fields to display. This doesn’t seem like it would be close to impossible but I’m also ready to same that this isn’t at the moment.