Sharepoint条形码 [英] Sharepoint barcode

查看:121
本文介绍了Sharepoint条形码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,




我试图在sharepoint 2013上启用条形码而且它只能正常工作当我在列表上创建任何新项目,但我需要上传包含750项但条形码值仍然为空的excel表格时,我上传列表时会生成条形码的任何选项吗?

i tried to enable barcode on sharepoint 2013 and it's working only when i create any new item on the list , but i need to upload excel sheet with 750 items but barcode value still empty , any option to make the barcode generate when i upload the list ?

谢谢

推荐答案

请创建条形码并使用代码更新列表项。

Please create the barcode and update the list items using code.

Image img;
Barcode.ProvisionBarcodeWithValue(item, true, ref fieldValue, out img);
Barcode.SetBarcodePreview(item);
item.Update();

以下文章供您参考:

条码会员

https:// msdn.microsoft.com/en-us/library/microsoft.office.recordsmanagement.policyfeatures.barcode_members.aspx

SharePoint中的条形码生成

https://sharepoint.stackexchange.com/questions/ 45412 / barcode-generation-in-sharepoint

以编程方式更改SharePoint条形码

http://www.sharepointsecurity.com/sharepoint/sharepoint-development/programmatically-changing- a-sharepoint-barcode /

最好的问候,

Dennis

Dennis


这篇关于Sharepoint条形码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆