Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4062038
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T15:32:53+00:00 2026-05-20T15:32:53+00:00

Are there any best practices on how to build a Kentico CMS Portal implementation

  • 0

Are there any best practices on how to build a Kentico CMS Portal implementation which is based around a many-to-many relationship (i.e. a website which sells food product and has a large section with recipes — each product is used in many recipes, each recipe can use many of the products sold on the site)?

Is Kentico simply the wrong tool to do this or are there solutions within Kentico to handle this kind of relationships?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T15:32:54+00:00Added an answer on May 20, 2026 at 3:32 pm

    I would consider the built in Related Documents system. Under the properties tab on a document, there is a section for the related documents. The functionality is described here:

    Document Properties, Related Docs

    If this was a big piece of functionality for your website, you could probably add the section as another tab to the existing Page, Design, Form, Properties tabs for easier access. You would just need to modify the Modules area of Site Manager -> Development . Another heads up: they are technically unidirectional relationships, but you can structure your queries to go both ways:

    SELECT *
    FROM CMS_Document d
    JOIN CMS_Relationship r 
        ON (d.DocumentID = r.LeftNodeID
        OR d.DocumentID = r.RightNodeID)
    Where DocumentID = 100
    

    The above code will join the CMS_Document table to the CMS_Relationship table to give you all the related documents for Document with ID 100.

    If you take a peak at the database, the table structure for Related Documents is VERY simple:

    Related Document Tables

    So as McBeev suggested, I would create a custom document types for the products and the recipes. Then you can link them as I outlined above. Good luck!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Are there any best-practices that state custom code shouldn't be placed in a System
Are there any best practices for the use of higher-level Python constructs such as
Are there any patterns or best practices that can be used to simplify changing
Are there any known design principles, best-practices and design patterns that one can follow
is there any best practice way to replace a part of the default template.
Just checking if there's any best practice when writing a Windows Service. The Service
Possible Duplicate: C# member variable initialization; best practice? Is there any benefit to this:
Is there any dolby/5.1/7.1 audio processing Python library? It would be best if it
Is flash the best bet to keep images from being stolen? Is there any
Is Model-View-ViewModel the best pattern to use in WPF? Are there any downsides?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.