Aspose.Barcode - How to set programatically BarCode Field

Hi,I need to set programaticalyy via sharepoint COM - Client Object Model the Field type of "Aspose Barcode Field". I have been created New Field on custom List named "Competence" and Filed BCode (type: "Aspose Barcode Field").

How can I set up programatically Fields : "Barcode Type:" and "Barcode text:" ?

If I add item to list manually I set up: "Barcode Type:" "Barcode Type:" - "EAN128", "Barcode text:" - "[SPFieldValue:Title][SPFieldValue:Title]".

var context = new SP.ClientContext.get_current();
var web = context.get_web();
var list = web.get_lists().getByTitle('Competence');

var listItemCreationInfo = new SP.ListItemCreationInformation();
var newItem = list.addItem(listItemCreationInfo);
newItem.set_item('Title', productName);
newItem.set_item('BCode', '???????????????????'); // How i Can setup Field ????

Best Regards,

Marek Leńczuk

Hi Marek,


Thanks for your inquiry. We need to investigate it. I have logged an investigation under ticket id BARCODSHP-33167 in our issue tracking system. Your request has also been linked to this issue and as soon as we have made some significant progress, we would be more than happy to update you as well.

The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan