开发者

How to Check In Sharepoint Document without Adding Required fields using Web Services?

I am trying to Update a document programatically where some of required fields are missing.(and we need to checkin document before updating) In order to checkIn document all required fields should be added.

But problem here is that to add those required field i have to again Update the Document :(

So is there any way:

  1. To CheckIn Document witout adding required field. or
  2. To add those required field without using (UpdateList anf Upda开发者_Go百科teListItem methods of List.asmx)


Required fields are just that, required. So you must put something in them.

If they are string fields, you could just set then to NA for Not Available. Then if you have any business logic around this you could identify NA as not being filled out.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜