- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2023 04:43 AM - edited 06-22-2023 10:11 PM
I have a requirement to show the details tab under change request approval in the employee service center portal.
For Ritm , approval request we are able to see the details tab. How we can achieve the same for change approval?
Or how we can add information under . CHANG*### overdue 2 days (Please refer
image attached)
Requested for: Kishor
Assigned to: **
Planned start date: **
Planned end date: **
*2nd image is for Ritm approval request. Here we can see details tab.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2023 10:14 AM
1.Modify server script in todos approval from 25th line
<h4 id="approval-message" ng-if="!data.isPosted">{{data.approvalText0}}</h4>
<h4 id="approval-message" ng-if="!data.isPosted">{{ data.approvalText2}}</h4>
<h4 id="approval-message" ng-if="!data.isPosted">{{ data.approvalText4}}</h4>
<h4 id="approval-message" ng-if="!data.isPosted">{{ data.approvalText6}}</h4>
<h4 id="approval-message" ng-if="!data.isPosted">{{ data.approvalText8}}</h4>
<h4 id="approval-message" ng-if="!data.isPosted">{{ data.approvalText7}}</h4>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2023 10:14 AM
1.Modify server script in todos approval from 25th line
<h4 id="approval-message" ng-if="!data.isPosted">{{data.approvalText0}}</h4>
<h4 id="approval-message" ng-if="!data.isPosted">{{ data.approvalText2}}</h4>
<h4 id="approval-message" ng-if="!data.isPosted">{{ data.approvalText4}}</h4>
<h4 id="approval-message" ng-if="!data.isPosted">{{ data.approvalText6}}</h4>
<h4 id="approval-message" ng-if="!data.isPosted">{{ data.approvalText8}}</h4>
<h4 id="approval-message" ng-if="!data.isPosted">{{ data.approvalText7}}</h4>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 10:45 AM
Hi @Kishor O ,
After cloning the todo approval and after making the changes, from where do we need to call this cloned widget? Could you please help me with the same?