beforeCreate on RelationManager

Hi. How do a specify a default value for a field in a RelationManager since it doen't hace a CreateRecord ?
Solution:
Wouldn’t that just be default() on the field itself.?
Jump to solution
4 Replies
PabloZagni
PabloZagniOP7mo ago
This changes the fields before saving, I need to set a default value, show it on the form, maybe edit it, and then save it to the database. beforeFormFilled works, but I cant find the data from the form
Solution
awcodes
awcodes7mo ago
Wouldn’t that just be default() on the field itself.?
PabloZagni
PabloZagniOP7mo ago
Yes! I forgot that option! great!

Did you find this page helpful?