Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
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