Record cannot be saved. Transaction nexus is not valid for transaction subsidiary.

Scenario While adding the shipping address via script user encounters error: “Record cannot be saved. Transaction nexus <nexus> is not valid for transaction subsidiary <subsidiary>.” Solution The field ‘entitynexus’ might be changed after setting the shipping address, causing the error. To resolve this, get its value prior to setting the shipping address and set it… Continue reading Record cannot be saved. Transaction nexus is not valid for transaction subsidiary.

How to run Elbrus Version in Local System

Before running it we need to ensure that the Node Version and Gulp version are exactly the same as needed in the SuiteCommerce Elbrus version. Ensure that node 4.9.1, gulp 3.9.1, and npm 4.6.1 are being used in the development environment. These versions are supported by Elbrus Release of SuiteCommerce Advanced. o verify that Node, Gulp, and npm is installed correctly, follow this checklist:… Continue reading How to run Elbrus Version in Local System

Resolve SuiteScript Error – Invalid date value (must be D/M/YYYY)

The error is encountered when setting a string value for a Date field, as shown in the code snippet below: Solution The error being thrown by NetSuite is an expected behavior. Date field cannot accept string objects values. To be able to pass a Date value to this type of field, user must first convert the string value to Date Object using format.parse(options) under N/format module.

Remove Duplicate Lines in Saved Search for Item Fulfillment

Description Item fulfillment contains only one item but when we search for the same using an Item fulfillment search, it shows two lines as below with one positive quantity and one negative quantity. Solution Using Account Type as filter: Select Account Type Account Type: Select any of Select Cost of Goods Sold Click Set

When attempting to rearrange web store categories and subcategories, changes are not made

Open local development environment Navigate toModules\suitecommerce\Categories\SuiteScript\Categories.Model.js Search for the sortBy function (Line 631) and comment on the existing code and paste the following: 4. Gulp Deploy the changes 5. After this you can now proceed to arrange it via the parent commerce category via Commerce > Content Management > Commerce Categories

Customization of SSP Applications using a secured backup in the File Cabinet

A user requires an option that will allow customization of SSP Applications using a secured backup in the File Cabinet. 1. Navigate to Commerce > Hosting > SSP Applications2. Application Folder: Click Customized Bundle3. Click Backup Folder4. Backup File: Click Download4. Backup File: Extract to a Folder5. Locate shopping.ssp and checkout.ssp in your equivalent custom modules of the following modules below: *Application Folder*\Modules\suitecommerce\CheckoutApplication@2.4.0\SuiteScript\checkout.ssp *Application Folder*\Modules\suitecommerce\ShoppingApplication@4.1.0\SuiteScript\shopping.ssp

Permission Violation: You need a higher permission for custom record type FAM Depreciation Method to access this page. Please contact your account administrator.

Scenario User using a Custom Role is trying to view FAM Asset Records but encountered the error: “Permission Violation: You need a higher permission for custom record type FAM Depreciation Method to access this page. Please contact your account administrator.” Solution Navigate to Setup > Users/Roles > Manage RolesNote: Use Administrator role Custom Role: Click Edit Click Permissions tab Click Custom Record subtab FAM Depreciation Method: Select Full Click Add Click Save