enumeration type = system | Community
Skip to main content
ParthaSarathy
Community Advisor
Community Advisor
May 20, 2021
Solved

enumeration type = system

  • May 20, 2021
  • 1 reply
  • 1744 views

Hello Everyone,

Just curious to know what is the purpose of enumeration type = System, and in which scenario we will be using this type as system.

Thanks!

ParthaSarathy

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 Darren_Bowers

Hi @parthasarathy - System type enumerations are fixed and can't be changed directly in the form field that references them. The Open type of enumeration can be added to by entering the new values into the form field directly if the field supports it.
https://experienceleague.adobe.com/docs/campaign-classic/using/getting-started/administration-basics/managing-enumerations.html

Cheers
Darren

1 reply

Darren_Bowers
Darren_BowersAccepted solution
Level 9
May 21, 2021

Hi @parthasarathy - System type enumerations are fixed and can't be changed directly in the form field that references them. The Open type of enumeration can be added to by entering the new values into the form field directly if the field supports it.
https://experienceleague.adobe.com/docs/campaign-classic/using/getting-started/administration-basics/managing-enumerations.html

Cheers
Darren

CedricRey
Level 5
May 21, 2021
Hello, the differenc we can see between "system" and "closed" is that the "closed", very similar to the "open" but with not editable directly into forms, use the alias concept (with xtk:enumAlias schema) whereas the "system" doesn't use it. I think the system type is very technical, similar to the schema enumerations. And it could be an historical point (maybe there were only "system" and "open" before)