Hi everyone,
my problem is as the title says, specifically: I have an entity with a beginning and end date. I would like to display a view on the form of other records of the same entity that are within a week of these dates.
Basically: Display all records that have a beginning date of one week or later BEFORE the begin date of the current entity or a beginning date of one week or earlier AFTER the end date of the current entity.
I'm not sure how to achieve this. The only solutions I've found consist of modifying the FetchXML with a JavaScript web resource, but I've also read that this is not supported and there seem to be differences in syntax between Unified Interface and old interface, so I would rather not go this route.
Is there a robust way to implement this?