When I should use nested fields and when I should avoid it?

What are the cases to use nested fields? 

  Discussion posts and replies are publicly visible

Parents
  • Hi oksanak,

    As per my understanding flat relationships are mostly preferred because it takes advantage of specific query performance optimization which is made directly in to the database.If we use nested Cdts it is a bit complex due to several issues like resolving a process,accessing additional data,and more over deleting the child value also becomes difficult.In order to avoid these it is better to go with flat relationships.

    Thanks,
    ravalik
Reply
  • Hi oksanak,

    As per my understanding flat relationships are mostly preferred because it takes advantage of specific query performance optimization which is made directly in to the database.If we use nested Cdts it is a bit complex due to several issues like resolving a process,accessing additional data,and more over deleting the child value also becomes difficult.In order to avoid these it is better to go with flat relationships.

    Thanks,
    ravalik
Children
No Data