We are building a model-driven app for a client who has many customers which will use the app to input data.
The client would like to have one big dataverse table and then different views visible for different customers to import data.
We have planned to do the import phase so that the clients customers using the app would use different excel template (based on their views) to import the data.
The client would like to have the data validated in dataverse, but I am not sure whether for examples business rules can be created for this purpose since the data is imported from an excel (not through a form). I recall reading from somewhere that business rules are not dataverse table specific and can not validate the data in a dataverse table? I was thinking that the data import needs to fail (and preferable show why it failed in the 'Import from excel' menu) if the data in the source excel does not correspond with the business rules assigned to the dataverse table, but I'm not sure if this is possible?