Reallocate Item

Committing items to orders can be done based on your setting for the Perform Item Commitment after Transaction Entry preference. If you wanted to allocate items to orders or shift allocated items from one order to other, then we can use reallocate items. Go to Transactions > Order Management > Reallocate Items We can reallocate… Continue reading Reallocate Item

No live sales orders under related records, but back ordered quantity is available

In some situations, you may notice that an item shows a backordered quantity, yet there are no open sales orders linked to it in the related records. In this case, You can follow these steps to check the open transactions related to this item: Go to Transactions > Order Management > Reallocate Items. Enter the… Continue reading No live sales orders under related records, but back ordered quantity is available

Custom Log Record for Reallocate Item Transactions

/**  * @NApiVersion 2.1  * @NScriptType UserEventScript  * Script Deployment : REALLOCATE ITEM  *  * This script summarises creating a custom log record for reallocate item transactions.  * 1. Getting current username using N/record module objects.  * 2. Getting all field values from reallocate item page and storing it in a variable  * 3. On… Continue reading Custom Log Record for Reallocate Item Transactions

Permission to access the Reallocate Items Page

Scenario: The user navigates to Transactions > Inventory > Reallocate Items, but is missing even if the user’s role has Items permission set to Full. Solution: Navigate to Setup > Users/Roles > Manage Roles Role: Click Edit Click Permissions Click Transactions Permission:Note: For every required field use the drop-down menu to select it and once adjusted click Add if needed. Select Sales Order Level: Select at least Edit… Continue reading Permission to access the Reallocate Items Page

Reallocate Items using SuiteScript

Reallocate committed items from Sales Order using SuiteScript. Please Note: NetSuite SuiteAnswer says scripting is not supported for Reallocate Items record, but this is possible via Suitescript. So this might become available in future NetSuite releases as a new feature. So I advise everyone to use this with precaution for now.

Reallocate Item Page Restriction

MAR 682 Requirement Restrict the employees from accessing the Reallocate Items page in Netsuite Solution This can be achieved by triggering a user event script on beforeLoad() /*Version : 1.0Script : User event scriptScript Deployment: REALLOCATE ITEMThis script summarises that only allowed employees have access to reallocate items others are being restricted.*///triggers on before loading… Continue reading Reallocate Item Page Restriction