
Hey there,
Today I want to create a new entity with the properties as below:
Display name = Subscription
Schema name: new_subscription
Plural name: Subscriptions
But when I save it, the popup error message says that an entity with this name has already exisited. I checked the list of all the entities but it really does not exisit an entity with the name new_subscription.
Then I go to the SQL Server Management studio to take a look at all the tables. I found there exisit some system entities with the name like this:
dbo_Subscription
dbo_SubscriptionClients
dbo_SubscriptionManuallyTrackedObject
Does anyone knows is ti because of them that I can not create a new entity with the name new_subscription? If yes, what are the system entities created for? And do we have some other keywords which can not be the new entity name?
Thank you in advance,
*This post is locked for comments
I have the same question (0)