
Announcements
Hello experts,
I am currently working with Power Platform and have encountered an issue regarding Dataverse tables and solutions. Here is the situation:
SharedSolution) that contains the original Account table with its default fields.Solution A) where I need to add a new field (CustomFieldA) to the Account table.Solution B that uses the same Account table but does not require the new field added in Solution A.The problem is that when I add the new field (CustomFieldA) to the Account table in Solution A, this change affects the Account table in both SharedSolution and Solution B. This is not the desired outcome, as I want the new field to be specific to Solution A only.
Is there a way to add fields to a Dataverse table in one solution without affecting other solutions that use the same table? Any guidance or best practices to handle this scenario would be greatly appreciated.
Thank you!