formData.refreshForm

(FintechOS Studio 20.1.3 and later)

Refreshes the current form:

NOTE  
formData.refreshForm works only if the form is in edit mode.

Syntax

Copy
formData.refreshForm(): Promise<void>

Examples