I want to be able to create a table of default values for some forms and load those instead of using the built-in default field.
Unless somebody knows of a programmatic way to make changes to default values on the fly. We have some multi-line fields that have some fairly static text that gets used as part of a generated letter. However, from time to time they need to change the default and persist the change. For example, there's statement about office hours, and sometimes those change.
The default value table will need to have columns for the form name as well as the field ID. However, I can't seem to find a way to build a query like that.
I suppose I have a couple of options. I can write an AJAX service to load the values and then save off any changes as part of the BP. Or I can muck around with the JSON directly, which is obviously not supported.
Any thoughts?