Allow saving records even if required fields are empty #1988
Labels
bounty:$20
Bounty applies for fixing this issue (Parse Bounty Program)
type:bug
Impaired feature or lacking behavior that is likely assumed
New Feature / Enhancement Checklist
Current Limitation
The Dashboard won't allow saving objects with required fields left blank, even if these fields could be populated in the
beforeSave
trigger (for example, due to a more complex logic being required like calling a different microservice).Feature / Enhancement Description
Example Use Case
Let's say we have a class
SmartContract
with a required columnabiInterface
whose value is populated in thebeforeSave
trigger by calling a microservice, like a function in the blockchain.Ideally, the user shouldn't worry about populating fields that will be addressed by the cloud logic.
Alternatives / Workarounds
3rd Party References
The text was updated successfully, but these errors were encountered: