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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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