consider removing and executing the Create API rule without dummy insert.
DrySubmit performs a temp form submit within a transaction and reverts it at the end. For actual record persistence, check the [RecordUpsert.Submit()] method.
This method doesn't perform validations, handle file uploads/deletes or trigger app save events!
Load loads the provided data into the form and the related record.
SetApp replaces the current form app instance.
This could be used for example if you want to change at later stage before submission to change from regular -> transactional app instance.
extra password fields
Generated using TypeDoc
Inherit Doc