I am trying to update a field Description in a sharepoint list.
While updating it,i am getting the error invalid argument.The field is a memo and there are no validation rules as well as space issue(upto 2gb limit) in it.
Please help.
I am trying to update a field Description in a sharepoint list.
While updating it,i am getting the error invalid argument.The field is a memo and there are no validation rules as well as space issue(upto 2gb limit) in it.
Please help.
Are using a query? , this may be wanting an argument filled.
Also, memos can only be added ,or updated. You cannot use parameters on them.
The field is a memo which i am updating and the data from where it is taking has argument in it.
Even though,it is showing invalid argument while updating.