formData.refreshBusinessStatus

(FintechOS Studio 20.1.3 and later)

Refreshes the current record's business status.

NOTE  
formData.refreshBusinessStatus works only if the form is in edit mode. On insert forms, no business status is assigned to the record yet, therefore the business status cannot be refreshed.

Syntax

Copy
formData.refreshBusinessStatus(): Promise<void>

Examples