Looking at having multiple member types with their own separate properties. This is not something that I have done before, so wondering what options are available?
Thanks for the response Gilad. The package you have suggested looks very interesting and I could see myself using it in other scenarios but not in this scenario.
What I am looking at is having two types of members which will share certain properties but also have their own separate properties. For example,
Member Type A First Name Last Name Status
Member Type B First Name Last Name Status Location Car Driver References
Any guidance on how to go about implementing this would be appreciated?
Multiple member types with separate properties?
Looking at having multiple member types with their own separate properties. This is not something that I have done before, so wondering what options are available?
Thanks for any suggestions
i'm not sure what you mean but look at this :
http://our.umbraco.org/projects/backoffice-extensions/embedded-content
Thanks for the response Gilad. The package you have suggested looks very interesting and I could see myself using it in other scenarios but not in this scenario.
What I am looking at is having two types of members which will share certain properties but also have their own separate properties. For example,
Member Type A
First Name
Last Name
Status
Member Type B
First Name
Last Name
Status
Location
Car Driver
References
Any guidance on how to go about implementing this would be appreciated?
you can do it manually in a way you've described..
just create 2 types of member and give them same properties that you want them to share.
Do any one have another solution for above question?
I am suffering from the same problem.
is working on a reply...