Create Page Layout
sf_create_page_layoutCreate Salesforce page layouts by defining sections, fields, and related lists to control record detail and edit page appearance.
Instructions
Creates a Page Layout for a Salesforce object. Page Layouts control what fields, related lists, and buttons appear on record detail and edit pages. Layouts are assigned to user profiles and record types. Define sections with fields and the related lists to include.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Layout display label | |
| sections | No | Layout sections with fields | |
| layoutName | Yes | Layout developer name, e.g. 'Account_Layout' | |
| objectName | Yes | Object API name, e.g. 'Account' or 'Case__c' | |
| relatedLists | No | Related list API names to include |