Loading

Salesforce Scheduler: Review Service Appointment screen shows 2-column layout despite custom page layout

Fecha de publicación: Jul 28, 2026
Descripción

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.

Symptoms

• 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

 

Solución

Cause

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.

Resolution

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/)

 

Recursos adicionales

NOTE:

• 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

Número del artículo de conocimiento

005390165

 
Cargando
Salesforce Help | Article