EntityOrRoleDisabled Error

Issue When testing the program that calls the SuiteTalk API, it is returning an error: EntityOrRoleDisabled. Solution Navigate to Setup > Company > Enable Features. Under SuiteCloud tab, Manage Authentication section Mark TOKEN-BASED AUTHENTICATION checkbox Click Save Navigate to Setup > Users/Roles > Manage Roles Edit the role you want to modify Click the Setup subtab  Select SOAP Web Services from Permissions dropdown Click Add Click Save Navigate to Setup > Users/Roles > Access Tokens > New Select Application Name Select User Select Role Enter Token Name Click Save

TIME_ENTRY_DISALLWD

Issues I will get an error while saving the time entry in UI or in the script. I have verified that the time entry is billable and the time entries are “Unbilled”. The error message is listed below, “type”:”error.SuiteScriptError”,”name”:”TIME_ENTRY_DISALLWD”,”message”:”P&L Test Project does not allow time entry.” Solution I have found the reason for the issue,… Continue reading TIME_ENTRY_DISALLWD

Discount and Shipping Cost not showing in PDF even if inline discount shipping is enabled

Scenario The customer would like to show discount and shipping cost in the sales order pdf as inline. It should be shown even if the PDF is generated via print PDF icon or using Suitelet script. The current PDF is as below. Solution Ensure that following feature is enabled in the NetSuite account Check this… Continue reading Discount and Shipping Cost not showing in PDF even if inline discount shipping is enabled

Different types of Celigo Flow Errors

Celigo Error: “Failed to add Amazon Order# 114-0556364-1777836. A mapping error occurred. Could not find a match for \”[[\”nameinternal\”,\”is\”,\”New_Salad_Spinner\”],\”AND\”,[\”isinactive\”,\”is\”,\”false\”]]\” for the record type \”item\”.” Solution: The item record for New_Salad_Spinner in Netsuite is either inactive or non-existent. It needs to be created and activated. Then we need to click “retry” on the error in Celigo.… Continue reading Different types of Celigo Flow Errors

Fulfill Sales Order > Error: “The Kit Definition has been Changed”

Customer cannot fulfil an order because they are getting an error that says: “The kit definition has been changed. Please use the Update Orders Kit Members with Current Kit Members Mass Update in order to fulfil this order.” Solution 1. Perform Mass Update  Lists > Mass Update > Mass Updates > Special Transaction Updates > Update Orders… Continue reading Fulfill Sales Order > Error: “The Kit Definition has been Changed”

SuiteScriptError : OVER_FULFILL_DISALLWD

Scenario: User wants to over-fulfill a Dropship Transaction. Error : You can not over-fulfill an item unless you have selected the ‘Allow Overage on Item Fulfillments’ preference. Solution Navigate to Setup > Accounting > Accounting Preferences > Order Management tab Mark the below preferences: Allow Overage on Item Fulfillments Allow Overage on Item Receipts

Budget amount not shown in the budget vs actual report

After creating the budget this amount is not shown in the budget vs the actual report. Solution: To see the amount in the report change the preference of the account. In the analytics tab, change the reports by period from never to all reports or financials only and save the changes. Then run the budget… Continue reading Budget amount not shown in the budget vs actual report

What is Unit Testing?

Unit testing is one of the software testing types which includes the initial testing phase where the smallest components or the modules of a software are tested individually. With this method of testing, both testers and developers can isolate each module, identify and fix the system defects at a very early stage of the software… Continue reading What is Unit Testing?