Expand my Community achievements bar.

SOLVED

Add new property (field) in JCR Node

Avatar

Level 1

Can someone please assist me, I want to be able to add and update a new property (field) for “fd:scripts” node in the JCR in order for the Report to display the correct date when someone enables or disables a rule.

Thanking you in advance

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

First, you need to create a namespace[1] for "fd" to be used in AEM. Then you can write custom code to add this property on the nodes. Read [2] for more details.

[1] https://techinpieces.com/how-to-create-new-namespace-for-custom-metadata/

[2] Adobe Experience Manager Help | Creating a Custom Reporting Service for Adobe Experience Manager

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

First, you need to create a namespace[1] for "fd" to be used in AEM. Then you can write custom code to add this property on the nodes. Read [2] for more details.

[1] https://techinpieces.com/how-to-create-new-namespace-for-custom-metadata/

[2] Adobe Experience Manager Help | Creating a Custom Reporting Service for Adobe Experience Manager