As in the header: How can we allow users to deliver data to the 'Custom Fiesds', that we have made in the Interface ?
Developer forum
E-mail notifications
Extranet/Intranet: Custom field User Input
Posted on 22/11/2009 00:07:31
Replies
Posted on 25/11/2009 08:45:17
Hi
Are you running the new Extranet module (installed with DW7) or the old?
In none of the two it is possible to edit custom fields in frontend, but we have planned to make it possible in the new Extranet module. I can't say anything about ETA on this.
- Lasse
Are you running the new Extranet module (installed with DW7) or the old?
In none of the two it is possible to edit custom fields in frontend, but we have planned to make it possible in the new Extranet module. I can't say anything about ETA on this.
- Lasse
Posted on 05/01/2010 10:00:10
So it is not possible to create a user and let them fill in the user custom fields in the frontend?
Then what is the sense of having this feature?
Posted on 28/01/2010 11:07:32
Any updates on when this feature will be available? It's kind of useless without custom fields :)
Nicolai Høeg Pedersen
Posted on 28/01/2010 11:08:35
I've added it to the product backlog for Dynamicweb 7.1. due end march/april.
Posted on 01/02/2010 16:08:02
Hi,
Wish that functionality was there sooner. It's kind of a big miss at the moment. :-(
Anyways; don't forget to add functionality in the API to add/modify those custom fields in the class Dynamicweb.ExtranetExtended.User(), so we can use it there too!
Kind Regards,
Emil
Wish that functionality was there sooner. It's kind of a big miss at the moment. :-(
Anyways; don't forget to add functionality in the API to add/modify those custom fields in the class Dynamicweb.ExtranetExtended.User(), so we can use it there too!
Kind Regards,
Emil
Posted on 01/02/2010 17:12:21
Aha, i just noticed you have a new class in the API for managing users.
Is it correct I should use "Dynamicweb.Modules.UserManagement.User()" class ?
I see it has a property "CustomFieldValues".
Is it correct I should use "Dynamicweb.Modules.UserManagement.User()" class ?
I see it has a property "CustomFieldValues".
Posted on 04/02/2010 10:52:53
Hi Emil
That is correct. This is part of the new User Management API, so if you can't wait for 7.1 you could actually just make the functionality as a custom frontend module.
If you haven't done already, you need to convert to the new user modules to edit the custom fields from the new API.
- Lasse
That is correct. This is part of the new User Management API, so if you can't wait for 7.1 you could actually just make the functionality as a custom frontend module.
If you haven't done already, you need to convert to the new user modules to edit the custom fields from the new API.
- Lasse
You must be logged in to post in the forum