- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2022 01:09 AM
We are filling time sheet portal hours and it is creating multiple record in time card table.
I have a scheduled flow designer-Action to rollup multiple record into one record(i.e. adding hours based upon user and week start date)
I want to populate related time card record into rollup form related list.(based upon week start on date and user)
I have created m2m table to relate it. I am able to see the related list but it is not bringing any related record into it.
I couldn't find any proper filter option to relate them.
This is the similar case of all incident task in incident related list where incident number in task is same
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2022 02:31 AM
Hey Chandan,
You have to create a relationship record for these two tables with your desired filter.
For reference, you can see System definitions>> Relationships:
Just replace the tables with yours and define your query in the "Query with" script section.
This should solve your purpose.
Please mark correct/helpful if that serves your purpose.
Regards,
Shreya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2022 02:31 AM
Hey Chandan,
You have to create a relationship record for these two tables with your desired filter.
For reference, you can see System definitions>> Relationships:
Just replace the tables with yours and define your query in the "Query with" script section.
This should solve your purpose.
Please mark correct/helpful if that serves your purpose.
Regards,
Shreya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2022 03:09 AM
yeah, now I am getting perfect result, Thank you very much
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2022 03:42 AM
Good to know that I was of help!
Cheers!
Shreya