Now Mobile - How do I display Approve and Reject buttons for Change Request
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2021 04:46 AM
Hello,
I've am trying to display the approval buttons for Change Request items on My Task on Now Mobile, something similar to:
What I have done so far:
- Applets > My Tasks > Item Stream Segments > My To-dos > Item Stream M2M Segments > Approval To-do
- From the Approval To-do Item Stream, I added a new item in Item Stream M2M Item Configurations
- In the Item Configuration:
- Item view: "My approvals header view - change request" (this is the only OOTB that I can find)
- Table: sysapproval_approver
- Condition: Approval For.Task Type -- is -- Change Request
- Embedded Screen: go to #3 (Form Screen)
- Form Screen:
- Fetch Type: Prefetch
- Header View: "My approvals item view - change request" (this is the only OOTB that I can find)
- Tab > Form Screen Segments
- I just created sample screen segments (see screenshot below)
- Tab > Function Instances belonging to Screen
- Function Instance
- Name/Label: "Approve"
- Location: Footer
- Function:
- Action Item:
- Type: Update
- Table: sysapproval_approver
- Set field values: State -- Approved
- Condition:
- Table: sysapproval_approver
- Condition:
- Approval For.Task type -- is -- Change Request
- State -- is -- Requested
- Action Completion:
- Jump to previous screen: true
- Show refresh on previous screen: true
Somehow this does not seem to work. The item is displaying in My Tasks
But going to the item details, does not show the buttons for the CHG approval:
Is this related to the sys_sg_item_view (Item View) being used? What did I miss that it is displaying for HR Case, Request, and Request Items but not for Change Requests?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2021 05:32 AM
Hello,
You can use the footer function to achieve your task
here are some link which will help you to create them
I hope this helps!
Mark answer Correct and helpful if this solves your issue.
Thanks,
Hemant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2021 06:03 AM
Hi Hemant, thank you for your reply! I have been developing with the OOTB Now Mobile application from the platform UI and not Studio, is there a way I can open my applets in Studio? Or maybe a way to import the OOTB Homepage Applet Launcher and applets within it onto Studio as a new application?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2021 06:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2021 07:54 AM
Here is just a showcase. I have built for Work Order task.
Let me know if you need any assistance.
Mark answer Correct and helpful if this solves your issue.
Thanks,
Hemant