You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var drwNoName = "DrawingNo";
var item = cutListItem.Properties.GetOrPreCreate(drwNoName);
item.Value = PartNo + "-" + (i + 1).ToString();
if (!item.IsCommitted)
item.Commit();
"item.Value =..." in above code occure error: "System.Exception:“Failed to set the value of the property 'DrawingNo'. Error code: swCustomInfoSetResult_NotPresent”", and the "item.Value = null".
The text was updated successfully, but these errors were encountered:
"item.Value =..." in above code occure error: "System.Exception:“Failed to set the value of the property 'DrawingNo'. Error code: swCustomInfoSetResult_NotPresent”", and the "item.Value = null".
The text was updated successfully, but these errors were encountered: