We are using the common data model in our new application and have observed when setting IsActive to false on some SearchProfile instances, that this does not take effect when reloading the data.
I am wondering why this is the case, if I am missing a step or configuration, or if I need to adjust the report definition to only include IsActive = true
@Phill99J It seems like you are experiencing an issue where setting IsActive to false on some SearchProfile instances does not take effect when reloading the data. This could be due to a few reasons. One possibility is that the report definition or data transform you are using to load the data is not filtering out the inactive instances correctly. You might need to adjust the report definition to include a filter that only selects instances where IsActive is true. Additionally ensure that any data pages or data transforms involved in loading the data are also configured to respect the IsActive flag.
This is a GenAI-powered tool. All generated answers require validation against the provided references.