statsPartsDB.cm
Added new arguments for the PartEntryOption constructor to support part anlytics for Material Portal Textile manufacturers.
Old: public constructor(str code, str description, str groupDescription=null, int level=1) { New: public constructor(str code, str description, str groupDescription=null, int level=1, str mMatPortalCompanyId=null, str mMatPortalCompanyCode=null, str matPortalSku=null) {
Also some interfaces were updated in the cm.win package as part of this change. Please refer to the documentation for those changes as well.