I am still trying to understand the relation types thing. As I see there are three default relation types under "Developer / Relation Types" when you install Umbraco. E.g. when you copy a page you can relate the copied page to the source (Relate Document on Copy).
What if I add custom relation types under "Developer / Relation Types" (e.g. Relate Document Type On Copy). Can I somehow implement these in the UI of the backend when I copy a Document Type or are custom relation types generally accessible by code only?
Relation Types - Custom Type use Backoffice
Hi,
I am still trying to understand the relation types thing. As I see there are three default relation types under "Developer / Relation Types" when you install Umbraco. E.g. when you copy a page you can relate the copied page to the source (Relate Document on Copy).
What if I add custom relation types under "Developer / Relation Types" (e.g. Relate Document Type On Copy). Can I somehow implement these in the UI of the backend when I copy a Document Type or are custom relation types generally accessible by code only?
Stephan
I see... relation isn't that popular... no answers :-)
it's indeed not widely used, but you're about right, you'll need to wire up some code to add/update relations, there's a relation service api available. (See https://our.umbraco.com/Documentation/Reference/Management/Services/RelationService/Index/)
is working on a reply...