Hi,
I have a DynamicForm that I enter new values into and save. When I run in ClientOnly mode, it saves and returns the record in the DSResponse (via getData()). However, when I run in live mode against my SQL Server DB, the response status is "STATUS_SUCCESS", but the record set is zero-length. The record is correctly created in the DB.
Is this common, or am I missing something?
Thanks.
I have a DynamicForm that I enter new values into and save. When I run in ClientOnly mode, it saves and returns the record in the DSResponse (via getData()). However, when I run in live mode against my SQL Server DB, the response status is "STATUS_SUCCESS", but the record set is zero-length. The record is correctly created in the DB.
Is this common, or am I missing something?
Thanks.
Comment