I have a table called Notices (key, Subject, Body) …
There is a form that is built and saved to the notices table, and a WorkFlow that picks it up and sends an email… Always the same email and the same address, the only thing that changes are a name and date field already in teh body of the Notices[Body] column.
So… my question is this.
Can I link to the form in a way that would UPDATE the existing record rather than set a new record each time?
Just thinking that this would save DB space … constantly overwriting the same row rather than adding a new row each time.
Sure, you can do that. How do you launch the form? If it is a top level
view, there is an option in the view definition to provide the rowkey of an existing row. Or you can use the edit action on the existing row — i.e. view the row and click on it to edit it.