Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1022 Bytes

File metadata and controls

35 lines (27 loc) · 1022 Bytes
title description author ms.author ms.date ms.reviewer ms.topic applies_to search.audienceType contributors
reflow (Client API reference) in model-driven apps| MicrosoftDocs
Includes description and supported parameters for the reflow method.
HemantGaur
hemantg
03/12/2022
jdaly
reference
Dynamics 365 (online)
developer
JimDaly

reflow (Client API reference)

[!INCLUDE./includes/reflow-description.md]

Syntax

formContext.ui.process.reflow(updateUI, parentStage, nextStage);

Parameter

Name Type Required Description
updateUI Boolean No Specify true to update the UI of the process control; false otherwise.
parentStage String No Specify the ID of the parent stage in the GUID format.
nextStage String No Specify the ID of the next stage in the GUID format.

Related articles

formContext.ui.process

[!INCLUDEfooter-include]