Question

Get Schema by name and retrieve all columns

Hi all,

I try to retrieve a schema by its name (on the client side), I've seen it in the standard, just can't remember where it was ...

 

Like 0

Like

2 comments

Dear Jerome,

You can find the schema by the name in the configuration (System Designer -> Advanced settings -> Configuration). Please note that there may be a few schemas with the same name belonging to different packages. The schemas with the user customization are placed in the Custom package and if there is no schema in that package you'll need to create it to be able to apply any changes. 

Lisa

Sorry, I mean by script. Not on the UI.

Something like .EntitySchemaManager.GetInstanceByName("SysSchema") in C#

Show all comments