Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

ACS - Add a gender enumeration

Avatar

Level 3

Hi all,

is there a way to add a new enumeration for "gender" default field?


Gender default enumerations are:

  • Unspecified - unknown - 0
  • Male - male - 1
  • Female - female - 2
  • INVALID VALUE - __Invalid_value__ - __Invalid_value__

(https://docs.adobe.com/content/help/en/campaign-standard/using/developing/datamodel/datamodel-profil...)

 

We would like to add a new custom value, for example the value "3".

Is it possible? How can I do it?

 

Thank you all,

Livia

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

No, you can't add new values to the standard enums in ACS.

 

You could create a new custom field with an enum but that would be stored separately from the standard field.

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

No, you can't add new values to the standard enums in ACS.

 

You could create a new custom field with an enum but that would be stored separately from the standard field.