RE: Adding the “Reallocate Item” to Sales Order form
To add the “Reallocate Item” menu to the Sales Order form as a subtab in NetSuite, you can follow these steps:
- Go to Customization > Forms > Subtabs > New.
- In the Script ID field, enter a unique alphanumeric ID for the custom subtab.
- From the Type list, select Sales Order.
- If applicable, from the Parent list, select the parent subtab.
- In the Name field, enter “Reallocate Item”.
- In the Description field, enter a brief description of the subtab.
- In the URL field, enter the following URL:
/app/common/item/reallocate_item.nl?id={id}
where {id}
is the ID of the sales order.
- Click the Save button.
Once you have created the custom subtab, you need to add it to the Sales Order form. To do this, follow these steps:
- Go to Customization > Forms > Subtabs > Edit for the Sales Order form.
- Under the Subtabs section, click the Add Subtab button.
- From the Subtab list, select the custom subtab that you created in step 1.
- Click the Add button.
- Click the Save button.
Now, when you open a sales order, you will see the “Reallocate Item” subtab. You can use this subtab to reallocate items from one sales order to another.
Please note that you may need to contact your NetSuite administrator for assistance with customizing forms.