Deleting a archived field while creating survey | Community
Skip to main content
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 ParthaSarathy

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.)

1 reply

ParthaSarathy
Community Advisor
ParthaSarathyCommunity AdvisorAccepted solution
Community Advisor
August 21, 2023

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.)
~  ParthaSarathy S~  Click here to join ADOBE CAMPAIGN USER GROUP for Quarterly In-person | Hybrid | Virtual Meetups
Jayan_SkAuthor
Level 2
August 21, 2023

Thank you @parthasarathy