I need to build a custom section into backoffice. In this section I need a tree like content section. Here I've to input Customers and under Customer nodes, theirs orders.
Customers and Orders have their Models and Orders are related to Customer.
Customer and Orders don't have Url because the are only data contents and not pages.
My questions are:
- Can I build doctype ( setting section ) for Customer and Orders and use into custom section?
- Is't possible to map the Model to the DocType without build DocType?
- Is't possible to edit Customer and Order node like content node and save relation?
- How to save the relation from Customer and Orders or is saved by Umbraco out of the box?
Backend Custom section + Nodes Editor
Hi,
I need to build a custom section into backoffice. In this section I need a tree like content section. Here I've to input Customers and under Customer nodes, theirs orders.
Customers and Orders have their Models and Orders are related to Customer.
Customer and Orders don't have Url because the are only data contents and not pages.
My questions are:
- Can I build doctype ( setting section ) for Customer and Orders and use into custom section?
- Is't possible to map the Model to the DocType without build DocType?
- Is't possible to edit Customer and Order node like content node and save relation?
- How to save the relation from Customer and Orders or is saved by Umbraco out of the box?
Thank you
?
Hi Biagio,
I did a session at the last Umbraco UK Festival about creating custom sections in Umbraco.
The video is here :
https://www.youtube.com/watch?v=_sX9eZSn9HI
And the source code is here :
https://bitbucket.org/dawoe/umbukfestival2014
This will be a good starting point.
I also did a talk about the same topic on a DUUG meetup. You can find the slides of that here : http://www.slideshare.net/dawoe/duug-meetup-custom-sections-v6-vs-v7
Dave
is working on a reply...