Navigate to Accounting Preferences Go to Setup > Accounting > Accounting Preferences in your NetSuite dashboard. Access the Items & Transactions Subtab Once in the Accounting Preferences section, click on the Items & Transactions subtab to access the relevant options for WIP account settings. Configure the Default WIP Accounts Set the following accounts to ensure… Continue reading Setting WIP Accounts
Tag: accounts
Sales Force Accounts to NetSuite Customers
Create a salesforce trigger with the data shown below, and create a flow with Realtime export from accounts. Import flow for NetSuite looks like, get the id from the response and map it in the flow.
Resolve Error: “Posting and non-posting discounts/markups are not allowed on the same transaction”
Scenario: While creating sales order with a markup item as well as a discount item. Error throws “type”:”error.SuiteScriptError”,”name”:”USER_ERROR”,”message”:”Posting and non-posting discounts/markups are not allowed on the same transaction”. 2. When we try to apply promotion in a sales order from webstore/netsuite where we are adding a markup item also through script. Solution Consider a salesorder… Continue reading Resolve Error: “Posting and non-posting discounts/markups are not allowed on the same transaction”