Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Setting COGS Account
How do I set the COGS for an Item. I am creating an assembly item via web services and need to set the COGS when the assembly item is created. I have the actually account number string. I thought I could just do the following:
AssemblyItem item = new AssemblyItem(); RecordRef cogsAccount = new RecordRef(); cogsAccount.setExternalId("cogsaccountnumber"); item.setCogsAccount(cogsAccount); However I am not getting the correct COGS account number. It is coming up with a default. The accounting preferences do not have anything specified for COGS.
Thanks.
0