Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SOLVED

How to identify custom build enum in xtk:enum ?

Avatar

Level 1

Hi All,

 

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

 

Regards,

Vipin

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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

Avatar

Community Advisor

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