Error: “Restricted tables access: Reference to restricted table XXXDef detected”
(when a reaction emoji just isn’t enough)

I’m hoping there is a bug, or an oversight.
Found references to this when debugging:
validateMultiTenant(e, t, i) {
"ice".epStrEqCi(t.schema) && n.restrictedTable.find(r=>r.epStrEqCi(t.tableName)) && this.addMessages(e, t, r=>this.strings.ReferenceToRestrictedTableError.epFormat(r.TableID), x.EpStudioStatusType.Error, i)
}
I mean you are Hosting Type: Epicor Hosted ST anything is possible.
I am SaaS, I can’t find anything to fit ![]()
Hopefully this is just an error when they are checking for multi-tenant.
Here is what’s restricted
return n.restrictedTable = ["XXXDef", "XXXChunk", "SysAgent"], n
it should work the same as smart client. If it does not, report it
I’ll go do that. Thanks @Olga
