!Edit! list record by infopath

R

Rustik

Hi Every one.

I'v got a question I am trying to solve during 1 month.

I need to edit records of Sharepoint list in infopath form.
Every month we get list of calls of mobile phones. This list contains
following fields direction of call, duration, type of service, price. I
added another field that will indicate whether it's private or official
call.
So users must edit only this last field (should not edit other vaules).
How I can realize this in infopath? Any concrete idea?
 
R

Rustik

Thank you for your reply.

I reasearched your sample. Unfortunately it can not be applied to my
issue. I tried webservices like
http://portal/sites/billing/_vti_bin/Lists.asmx?WSDL UpdateListItem. I
could post a record but couldn't change it.
Than I tried to create two separate lists where first contains initial
information and second list would contain updated records with
information I need. According second list I would be able to create
report. The idea was to create fields in InfoPath for posting records
to second list. When I create repeating table for first list with
initial info fields of second list and put fields of second list in
this table all fields af second list synchronizes while I am trying to
add any value. Another problem is that I can not apply submit function
for separate controls and the number of records may be over than 500.
So the function of deleting record and posting it with changed values
will not work too.

Forgot to say I am using SharePoint 2003 and Infopath 2003 with all
updates.

May be there are another solutions?
 
S

steve

Great - i'm going to give that i try, since i sometimes get mysterious
error when i code it myself.
 
Top