开发者

SharePoint Clear SPFieldChoice using Web Services

开发者 https://www.devze.com 2023-02-16 15:43 出处:网络
I\'m trying to clear the selection of a SPFieldChoice using Web Services. I\'m currently creating a batch XML then using the UpdateListItems method while passing in an empty value.

I'm trying to clear the selection of a SPFieldChoice using Web Services. I'm currently creating a batch XML then using the UpdateListItems method while passing in an empty value.

This has not been updating the list however so I would appreciate any guidance.

The following is my web service call:

<Batch OnError="Continue" Lis开发者_JAVA百科tVersion="1">
    <Method ID="1" Cmd="Update">
        <Field Name="ID">102</Field>
        <Field Name="Resolved_x0020_Status"></Field>
    </Method>
</Batch>

Thank you.

0

精彩评论

暂无评论...
验证码 换一张
取 消