I've been arguing with the FB4 / CF9 conflict detector the past couple
of days and it's become very apparent that I'm misunderstand something.

 

I have a datagrid component that is populated from a CF9/MySQL
datasource.  I set the datagrid to editable and created the associated
functions to update the datagrid.  My first issue was that the function
was giving me an error : "Attempt to use managed delete method with an
item that is not managed on this client".    After hours of playing
around with this I ended up enabling datamanagement on the object for
the delete and update functions which took care of that error mesasge.  

 

I now get an error: "Local item has changes to properties that conflict
with remote change".  I can run the data service call manually in FB4
just fine using "Test Operation" so I know the function works.  But when
I try to update a record I get that error message.  The data I'm
presenting to the user would only be modified/changed/updated by the
data owner.  I know the items are different; that's why I'm updating the
remote DB!

 

1)       Why is there a conflict checker and is there a good reason that
this is in place?  

2)       Is there an easy way to turn this functionality off?

 

There's very little documentation out there on this subject....

 

Thanks

  SJ

Reply via email to