Expand my Community achievements bar.

Adobe Campaign User Groups are live now. Join our Adobe Campaign User Groups and connect with your local leaders!
SOLVED

Deleting a archived field while creating survey

Avatar

Level 2

Jayan_Sk_0-1692612454920.png

I want to remove the "Language" field.
Can anyone help me in this ?

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Jayan_Sk ,

Extend the nms:webAppLogRcp schema.
Data schema > new > Select Extension of a schema > Schema: nms:webAppLogRcp
> modify the element tag as below,
  <element label="Responses to recipient forms" labelSingular="Response to a recipient form" name="webAppLogRcp">
       <attribute _operation="delete" name="language"/>    
  </element>
  
Save it and Update the database structure, disconnect & Reconnect. Now the 'Language' field will be removed from nms:webAppLogRcp schema.
(Test this in Lower environment.)

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @Jayan_Sk ,

Extend the nms:webAppLogRcp schema.
Data schema > new > Select Extension of a schema > Schema: nms:webAppLogRcp
> modify the element tag as below,
  <element label="Responses to recipient forms" labelSingular="Response to a recipient form" name="webAppLogRcp">
       <attribute _operation="delete" name="language"/>    
  </element>
  
Save it and Update the database structure, disconnect & Reconnect. Now the 'Language' field will be removed from nms:webAppLogRcp schema.
(Test this in Lower environment.)