RecordResult

constructor(recordReferenceId: String, isCreated: Boolean, resultMessage: String? = null)

Parameters

recordReferenceId

The identifier for the relevant record.

isCreated

Indicates whether a record has been created as a result of form submission.

resultMessage

A message generated as a result of the creation of the record.