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