It would be very useful to assign a a default value for fields and relations when defining new types.
Even more interesting would be if this default value accepts some indirection like for example “Me”
e.g. I was trying to model “Time Entries”. It is really simple but each time a create a new time entry I have to remember to select myself in a custom field.
+1 for this. I would like to set default values for multiple field types. Most recently, a datetime field should default to the created time, but maintain it’ss ability to be changed manually.
I think this would save me a lot of automations. For example, I want the “Vat %” Column always to 19 by default, or Quantity always 1 by default, etc…since those are things I only need to change once in a while.
My use case is that I have a field that I need to be editable and it’s also required (say Cost on Expenses). However, if the Expense Category has a defined Cost, it will use this figure (for example, mileage is a set amount per mile). I don’t want to force someone to fill it in, only for it to be updated immediately after, but I don’t see any other way around this.
That’s what I was planning to do, but the category doesn’t always have a cost (if it’s variable), so I need to ensure that in those cases, the user definitely fills in the field. But I don’t want them to fill it in if the category does have a cost as I know some people will not know what the cost is and spend time trying to look it up, only for it to update automatically anyway.
I can put a note in the tooltip and do training, but realistically, users won’t read the tooltip every time and may add expenses infrequently enough that they forget the training.
I’m just trying to make things as simple as possible for end users.
This should still be possible using automation + validation.
The automation to set the value won’t do anything if the category cost value is empty, and your validation rule can check not only that a category is linked but that the category has a non-empty cost value, as a blocker to user changes.