What is the difference between section layout and form layout? Please let m

What is the difference between section layout and form layout?
Please let me know where I can find this difference among all other layout (forum link).

OriginalPostID-160809

OriginalPostID-160809

  Discussion posts and replies are publicly visible

Parents
  • SectionLayout is used for grouping UI components (which are logically related)together. For example, if you have a employee information form, the form can be logically broken down into Address details, Job details etc. Address Details can have a separate sectionLayout and Job Details can have a separate section Layout.
    Both the sectionLayouts can be added in a single formLayout.

    Differences:
    Multiple sectionLayouts can be used within a formLayout.
    A formLayout should have buttons - created by a buttonLayout.
    You cannot add buttonLayout in a sectionLayout.
    A sectionLayout cannot contain a formLayout.
Reply
  • SectionLayout is used for grouping UI components (which are logically related)together. For example, if you have a employee information form, the form can be logically broken down into Address details, Job details etc. Address Details can have a separate sectionLayout and Job Details can have a separate section Layout.
    Both the sectionLayouts can be added in a single formLayout.

    Differences:
    Multiple sectionLayouts can be used within a formLayout.
    A formLayout should have buttons - created by a buttonLayout.
    You cannot add buttonLayout in a sectionLayout.
    A sectionLayout cannot contain a formLayout.
Children
No Data