I need to create an item using BOI in Sage 100 Premium , and I'm leveraging existing code that works for Standard and Advanced editions. However, the VBScript for creating a new item is failing on this line: Set oCIItemCode = oScript.NewObject("CI_ItemCode_bus", oSS) The error message indicates the reason for this is that the W/O module cannot be found; unfortunately, the license I'm working with doesn't include that module with Premium. My question, consequently, is why does creating a new ItemCode business object dependent on the W/O module, and is there a way to work around this? Thanks
↧