1

I have to add custom field into folder information popup. when we clicking on the "Update Folder Information"

enter image description here

How to complete this?

James Z
  • 12,209
  • 10
  • 24
  • 44
peeyush
  • 11
  • 2

1 Answers1

0

Metadata fields are configured in the Configuration Manager (Administration -> Admin Applets -> Configuration Manager -> Information Fields). But...
Folders can't carry metadata like documents can. If you configure a metadata field, it won't be part of the folder configuration. It will only let you set default metadata for documents put in that folder.

Sam
  • 5,424
  • 1
  • 18
  • 33
  • Sam, you are right but my requirement is how do we add field in above folder edit form so we can display folderfolders column. – peeyush Apr 05 '22 at 06:56
  • That requires some fairly heavy customization. Start with a custom component (read up on that if you've never done it before). Customize the FLD_EDIT_FOLDER_FORM service to pick up the field you need from the database. Then comes the template customization, which is tricky at best. Now you have to do all this for the other cases as well. – Sam Apr 05 '22 at 07:34