Create a Change report for current pending approval(sysaproval_group)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2020 05:15 PM
Create a Change report for current pending approval(sysaproval_group). Below condition should be applied on the report.
- Change State = Assess AND
- sysapproval_group state is Requested
- Planned Start Date = Today AND
- Planned Start Date = next 2 weeks
The report should contain below fields.
- Change Number
- Change State
- Planned Start Date
- Planned End Date
- Approval Groups (sysapproval_group)
- sysapproval_group state = Requested
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2020 11:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2020 07:37 PM
Thanks Onkar for the update.
I need the report extract that contains Approval Group names associated to Change ticket with state = Assess and Approval = Requested.
Example CH0000123 will contain multiple groups for approval.
CH0000123 - Infrastructure Approval Group
CH0000123 - Security Approval Group
Please expedite.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2020 12:01 AM
Ok Anuran.
If you try reporting on "sysapproval_group" then there are no planned start date & end date fields. You can achieve what you said in your last reply but no planned start or end date. Refer below screen shot.
So, I suggest you to go with Database view where you can join two tables "change_request" and "sysapproval_group". You can then apply filters on planned start date & end date fields.
Give it a try.
Mark helpful/correct based on impact.