submits but do not saves data

M

Marian

I have created browse-able form but when I click submit data, it submits
data to webservice and than webservice correctly submits this data to sql,
but when I save the form and return back to form there is no data. Does
anyone had similar problem ?
 
P

Paresh

I have created browse-able form but when I click submit data, it submits
data to webservice and than webservice correctly submits this data to sql,
but when I save the form and return back to form there is no data. Does
anyone had similar problem ?

Are you initialising form fields on form load? If thats the case then
you will need to handle this condition for submitted forms. Do let me
know if you need any further information.

Thanks,
Paresh
 
M

Marian

Hi Paresh,

I have condition on "Open" if Id is not empty then I query the database. I
am storing the id in sharepoint column and the mechanism is following:
When I submit new data to sql I get new data Id in return and with another
rule I store the Id in Main(datasource) Id which is published in sharepoint.
I don't know if it's stored correctly because on my sharepoint site I can't
see any Id column.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top