- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2022 04:15 AM
Hi All,
I wanted to create a report which shows those records of control objective which doesn't have entity types associated with it. The related list of entity type is blank.
I understand that direct filters are not present in the report.
So, I want to achieve via script.
My approach was, there will be a checkbox field in the control objective. So, any control objective which doesn't have any entity type associated with it then the checkbox goes false.
So, from the "checkbox" false records we can display the no. of records in the report.
But I'm not able to write a correct script for it.
Can you please help me out...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2022 04:31 AM
Hello,
if you want to get records which has entity type related list empty for control objective you do not have to write a script just use the below configuration in report:-
Select the marked potion as No and select the related list as entity type and it will work
Please mark my answer as correct based on Impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2022 04:31 AM
Hello,
if you want to get records which has entity type related list empty for control objective you do not have to write a script just use the below configuration in report:-
Select the marked potion as No and select the related list as entity type and it will work
Please mark my answer as correct based on Impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2022 04:46 AM
Thank You so much.
It is working as expected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2023 02:06 AM