Hi everyone,
I want to do some modifications to some properties on Adaptive Form and Adaptive Form Fragment (AF from now on). Right now, if I open the properties of an AF I'll see something like this:
The values I want to change are for: Author Name and Created/Last Modifiy/Last Published.
For Author Name I want display the UserName instead of the UserID and for the Dates I want to show it like it is right now but also add the User Name to know who created the AF, who modified last and the same for the publish.
Something like this.
I'm kinda new on this environment so I don't know if this is hard or not, but the issue I have is to find the actual file that render this page with that information, so I don't know where to change it.
Any help is good help!
Thanks in advanced,
Luis.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi Luis,
The properties mentioned by you are system generated properties which are added/updated on metadata nodes by AEM on Form creation or modification, publishing. You can't alter these values. You can add custom metadata to this OOTB metadata schema and add user provided values.
Thanks,
Pankaj Parashar
Views
Replies
Total Likes
Hello Luis,
You can make these changes in below path in the crx/de
"/content/dam/formsanddocuments/<your form name>/jcr:content/metadata"
Let me know if you need any additional help.
Thanks,
Rahul Pandey
Views
Replies
Total Likes
Hello Rahul,
Thanks for the response. Maybe I didn't explain correctly. Indeed I can change manually this information if I change the metadata of the actual form, but I want this to be automatic. I work with a lot of forms and do that manually every time there is a change or we need to create a new one cannot be the way to go.
Views
Replies
Total Likes
Hi Luis,
The properties mentioned by you are system generated properties which are added/updated on metadata nodes by AEM on Form creation or modification, publishing. You can't alter these values. You can add custom metadata to this OOTB metadata schema and add user provided values.
Thanks,
Pankaj Parashar
Views
Replies
Total Likes