Therapeutic Area popup on value change | Community
Skip to main content
October 8, 2025
Investigating

Therapeutic Area popup on value change

  • October 8, 2025
  • 2 replies
  • 65 views
Request for Feature Enhancement (RFE) Summary: When any value in the therapeutic area is changed then i want to open the warning popup
Use-case: If the user changes the value of TA in the ISI field then pop-up appears for "Changing the TA will move the CF to the directory of the newly selected TA"
Current/Experienced Behavior: Only changed value is getting saved
Improved/Expected Behavior: If the user changes the value of TA in the ISI field then pop-up appears for "Changing the TA will move the CF to the directory of the newly selected TA"
Environment Details (AEM version/service pack, any other specifics if applicable): New rte , open any content fragment in the new rte
Customer-name/Organization name: J&J
Screenshot (if applicable):

 

Code package (if applicable):

    const getProperties = async () => {
        await new Promise((resolve) => setTimeout(resolve, 100));
      }
    return [
     
        { fieldNameExp: "therapeuticArea" ,
          onchange: (newValue) => {  console.log("[Log] Therapeutic Area changed to:", newValue); }
        },
      ];
    };

this console is not working . im using this in my extensionRegistration 

2 replies

kautuk_sahni
Community Manager
Community Manager
March 11, 2026

Thanks for proposing this idea. This has been reported to the engineering under the internal reference SITES-41726. The product team will triage this request to verify feasibility based on the prioritization model. This post will be updated according to Jira’s status.

Kautuk Sahni
kautuk_sahni
Community Manager
Community Manager
March 11, 2026
NewInvestigating
Kautuk Sahni