How to create custom field in create user form in alfresco 5.2

cancel
Showing results for 
Search instead for 
Did you mean: 
faizrahk
Active Member II

How to create custom field in create user form in alfresco 5.2

Hi There,

I need to add extra field in create user page in alfresco 5.2

I have gone through this article

Tip: Adding your own properties to a person object in Alfresco 3.4 | ECM Architect 

But this can be used for adding extra field in profile.

Can anyone help me in implementing this.

which are the files to modify.

5 Replies
douglascrp
Advanced II

Re: How to create custom field in create user form in alfresco 5.2

Puedes obtener una versión más actualizada de esa customización en GitHub - sujaypillai/someco-people 

faizrahk
Active Member II

Re: How to create custom field in create user form in alfresco 5.2

Thanks for the reply,

Actually im looking to use the custom field in create user page - users.get.html.ftl
Im able to create custom field in profile page by referring the link https://github.com/sujaypillai/someco-people,

but when i add the code in users.get.html.ftl file present in console

it is not saving the value

douglascrp
Advanced II

Re: How to create custom field in create user form in alfresco 5.2

I'm not sure if I understood what you need.

Can you share a screenshot of that screen you want to customize?

faizrahk
Active Member II

Re: How to create custom field in create user form in alfresco 5.2

Hi,

I want to add custom field (chekbox with default value as true) in create user link in admin console. Please tell me the files to edit.

currently im able to add custom field in profile page which is not my requirement.

Thanks in advance

douglascrp
Advanced II

Re: How to create custom field in create user form in alfresco 5.2

All you have to do is to perform similar changes in that page, I mean, create the field elements, and then change the related webscripts to read/write from/to the repository.

There is no ready to use code for that, not that I know.