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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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