Hi everyone,
I would like create a view for SYS.M_TABLES (System Table) or create an oData Service that access directly the M_Tables, I have tried to consume the M_Tables view using this code:
service { "SYS"."M_TABLES" as "Table" keys ("SCHEMA_NAME"); }
but when there is a schema with multiple tables, I get this error:
"Multiple resources found. Inconsistency between data model and service description found.", which is somehow related to aggregation issue or something, I also can't use the aggergates always, as it is row table object not a view.
Would you please advise ?
Thank you,
Regards,
Shady