How to identify custom build enum in xtk:enum ? | Community
Skip to main content
December 18, 2019
Solved

How to identify custom build enum in xtk:enum ?

  • December 18, 2019
  • 2 replies
  • 3767 views

Hi All,

 

I want to identify custom build enums in xtk:enum schema. Any leads to this will be helpful ?

 

Regards,

Vipin

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Milan_Vucetic

Hi Vipin,

 

as xtk:enum is factory-configured object you cannot edit schema directly.

You may use schema extension (create new schema with enum name but defined in your own namespace (ex. customer:enum)) to extend default schema with custom built enums.

 

Regards,

Milan

2 replies

Milan_Vucetic
Milan_VuceticAccepted solution
Level 9
December 18, 2019

Hi Vipin,

 

as xtk:enum is factory-configured object you cannot edit schema directly.

You may use schema extension (create new schema with enum name but defined in your own namespace (ex. customer:enum)) to extend default schema with custom built enums.

 

Regards,

Milan

Jyoti_Yadav
Level 8
December 19, 2019

Hi Vipin,

 

You can identify them by using column: Created by - Label.

If enum is custom created, it will have any operator assigned to it.

If it is out of the box, it will be blank.

 

Thanks,

Jyoti