Additional comments field on approval form: SP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2017 01:54 PM
Hello everyone
I have an Issue related to Additional comments field on Approval form, Service Portal. As per our design end users are redirected to Service Portal. End users/approvers can view the approval record and can accept/reject it directly from the form.
I see an issue whenever an end user tries to reject the request, it gives a pop up message 'Do not forget to enter comments' but it does not show the field to enter the comments or I can say there is no field for them to update the comments and reject,
Actually there is a field which is residing on the 'Activity stream' on the approval record but only visible to ITIL and admins if they navigate to SP. The yellow part in the image is where approvers can enter their comments and hit reject.
If you can look at my two screenshots, the 1st one is visible only to end users who do not have any roles. The second one is for ITIL and Admin.
I see this form is coming from a page (id=approval) and I have checked the widget code as well, but no luck
FYI - We are experiencing this Issue in Istanbul as we recently upgraded from helsinki. In helsinki we don't see this issue and works for everyone.
Any suggestions or thoughts on this part?
Thanks
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2017 10:42 AM
Hello Geoffrey
Did you get chance to review my comments? Any thoughts on the issue?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2017 10:53 AM
I have figured this out finally by editing the ticket conversations widget. I have worked on the ACL's part trying to see if they are blockers, but I did not find any such on the comments field or approval table.
What I did is, I have opened the 'Approval record' widget which is falling under this page(id=approval) and see it is calling another widget 'ticketconversations'. The server code of this widget(ticketconversations) is supposed to check the ACL and should return 'true' accordingly, but mine was returning 'false' unfortunately. So, I have just removed ng-show="data.primaryJournalField" from <div ng-show="data.primaryJournalField" class="input-group"> from the html part. Now it started showing to the users on SP.
Please hit correct/helpful based on impact of response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2017 04:52 AM
I am facing the same problem.But after removing the code u have said the user icon is showing blank..How to solve this problem??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2017 05:55 AM
Can you please put a screenshot of what user icon is missing on your screen?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2017 11:19 PM