I'm adding a new field to an existing Table (not a "core" one, but one that was created by an inhouse dev previously) and I'm trying to set a default value for it.
I created a field of type Int, but now by default it's all 0's for the records that are already there.
Is there any way to define a default value for that field, for all the existing records and to be inserted records ?
Ultimately, what I'm trying to achieve is that I want a configurable field (ShowOnReport) so certain records won't show up in a Web Report. Right now, I want this field to default to 1 to all existing records, and later, switch them to 0 depending on business needs.
Maybe I've got the termininology wrong, but Google and Bing are mute to me regarding this... :(
Thanks!