문제

In SharePoint 2010, for a regular "custom" list calling SP.ListOperation.Selection.getSelectedItems() using the ECMAScript client object model returns an array of item IDs. These IDs correspond to the SPListItem.ID property of the server object model.

Using the same approach for an external (BCS) list, getSelectedItems() is returning IDs of the form "_bg40001300", "_bg40002300", "__bg40003300", etc... My application is passing these IDs as HTTP paramters to the server where the server OM is using them to try and access the selected SPListItems. Is there some way to access the selected SPListItem's using this strange ID, either by converting it into a standard list item ID, or using a different API method?

도움이 되었습니까?

해결책

Have you got any answer for this??? I am also in the same situation, trying to get the BCS List Item values in Server Side.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top