Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Accounting Tax Codes: how to access records through SuiteScript?
Hello,
I've found a problem in NetSuite. Here's my scenario:
- I've created a "Other Custom Field" (CUSTORECORD_XXX) for record type "Tax Code"
- I've created a "Transaction Column Field" (CUSTCOL_YYYY) for Vendor Bill, with the same data type of the previous field, sourcing from "Tax Item"."CUSTORECORD_XXX"
The sourcing in the column field doesn't work: when selecting a Tax Item in a Vendor Bill item line, the "CUSTCOL_YYY" column is not loaded with the value of the selected tax item's CUSTORECORD_XXX field.
So I tried to do a workaround through a client script, but when I have to load the selected tax item record, I don't know wich record type I must specify to the nlapiLoadRecord function (I've tried with "taxitem", with no chance).