Hi,
For a model-driven app, I have an alternate key on a Dataverse entity comprised of 3 lookup columns, one of which is left null a majority of time. I still need to enforce uniqueness, which I've come to understand isn't supported for alternate keys.
My question is- has anyone out there found a workaround?
My only idea so far has been to default create a "Null" placeholder value in the problematic field. This is not ideal for my current environment but will use as a last resort.