formData.id

(FintechOS Studio 20.1.1 and later)

Returns the ID of the record currently displayed on the form.

NOTE  
formData.id will return a value only if the form is in edit mode. An insert form becomes an edit form after the record is inserted (after clicking the Save and Reload button).

Return Value

Returns a string containing the current record's ID.

Examples