I am required to configure workflow on a form using temorary table as a datasource. As per my understanding workflow works with regular tables, can I get the second opinion on it before making my words to client.
I don't want to change form's behvior which is implemented using temporary tables as it requires more time and effort to change design using regular tables.
I do have one more question here; How can I bulk insert (using RecordInsertList) or bulk update (using update_recordSet) from a temporary table to a regular table.