I'm quite a new user to Umbraco. I have been suggessted to use nuPickers for my query which is the following:-
I have two document types: class document type and student document type.
I would like to have a relation between these two so that if I create a new class, I would be able to select a number fo students that belong to that class, and if I navigate to such student related to that class, I would be able to see that class already listed under than student.
I'm not quite confident using the nuPickers. Can someone give me a guide of what should I do?
How to use NuPickers
Hi,
I'm quite a new user to Umbraco. I have been suggessted to use nuPickers for my query which is the following:-
I have two document types: class document type and student document type.
I would like to have a relation between these two so that if I create a new class, I would be able to select a number fo students that belong to that class, and if I navigate to such student related to that class, I would be able to see that class already listed under than student.
I'm not quite confident using the nuPickers. Can someone give me a guide of what should I do?
Thank you very much. Appreciate your help!
Regards
Simon
Hi Simon,
As I understand you can create content such tree:
-- student1
-- student2
-- student 1 from class 2
-- student 2 from class 2
For creating such tree you have to allow to create students docType under the 'Class' docType, Try to look here :
http://24days.in/umbraco/2013/documenttypes/
Thanks,
Alexander
but can a student be in more than one class?
in this case the relations offered by nuPickers could be very useful
is working on a reply...