Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

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

Themen

Anhand von Themen werden Community-Inhalte kategorisiert und Sie können so relevanten Inhalt besser finden.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
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.

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Korrekte Antwort von
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.

Avatar

Level 3
Thank you, @ramon_bisswanger