This article covers the Review Service Appointment screen's fixed 2-column field layout in Salesforce Scheduler inbound flows.
When configuring Salesforce Scheduler inbound appointment flows, administrators may expect the Review Service Appointment screen to respect ServiceAppointment page layout field arrangements. However, the screen displays fields in a fixed 2-column grid regardless of page layout configuration or guest user profile settings.
• Review Service Appointment screen displays 2 fields per row
• Custom page layouts assigned to guest user profiles do not affect field arrangement
• Field positioning settings in ServiceAppointment page layouts are ignored
• No configuration option exists to change fields-per-row display
The Review Service Appointment screen's 2-column field layout is intentionally hard-coded in the built-in flow screen component. Page layouts control which fields and sections are displayed but do not control the grid arrangement or fields-per-row configuration. This is by design in the standard Salesforce Scheduler component.
To achieve a 1-field-per-row layout, build a custom flow screen component that implements the `lightning__FlowScreen` interface and substitute it into the flow's Review step.
1. Create a custom Lightning Web Component implementing `lightning__FlowScreen`
2. Design the component with your preferred field layout (e.g. 1-field-per-row)
3. Replace the standard Review Service Appointment screen in your Scheduler flow
4. Configure the custom component to display ServiceAppointment fields as needed
Refer to the official Salesforce documentation for detailed implementation steps and considerations when building custom review screens.
References:
– Modify the Review Service Appointment Screen (https://help.salesforce.com/s/articleView?id=platform.ls_modify_the_review_service_appointment_screen.htm&type=5)
– Considerations for Creating a Custom Review Service Appointment Screen (https://help.salesforce.com/s/articleView?id=platform.ls_considerations_for_creating_a_custom_review_service_appointment_screen.htm&type=5)
– UnofficialSF: "Build Your Own Appointment Review Screen" (https://unofficialsf.com/build-your-own-appointment-review-screen/)
• Standard Review Service Appointment screen layout cannot be modified through configuration
• Custom flow screen components require development resources and ongoing maintenance
• Page layout field arrangements do not apply to the built-in Review screen component
005390165

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.