How to we add Custom field in recipient ? | Community
Skip to main content
Prasanna_Soni
Level 4
June 16, 2020
Solved

How to we add Custom field in recipient ?

  • June 16, 2020
  • 1 reply
  • 1233 views

When we open recipient , we do see lot of GM specific fields. We want to add one more additional field. 

How do we add that ? 

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 Milan_Vucetic

Hi @prasanna_soni

 

the best way is to extend recipient schema in order to avoid malfunctions on built-in schemas or during future upgrades.

Create the extension schema with the same name as default schema but in your custom namespace (ex. cus:recipient) and add necessary fields there.

 

You have an example here: https://docs.adobe.com/content/help/en/campaign-classic/using/configuring-campaign-classic/editing-schemas/extending-a-schema.html

 

Regards,

Milan

 

 

1 reply

Milan_Vucetic
Milan_VuceticAccepted solution
Level 9
June 16, 2020

Hi @prasanna_soni

 

the best way is to extend recipient schema in order to avoid malfunctions on built-in schemas or during future upgrades.

Create the extension schema with the same name as default schema but in your custom namespace (ex. cus:recipient) and add necessary fields there.

 

You have an example here: https://docs.adobe.com/content/help/en/campaign-classic/using/configuring-campaign-classic/editing-schemas/extending-a-schema.html

 

Regards,

Milan