Proposal Summary
This proposal describes the functionality to display a pop-up window on the item record showing committed quantity and committed transactions as a button action. .
Requirement
Client wants to display a popup window on clicking the button ‘commitment view’ in the item record. The pop-up box should display the total committed quantity of this particular item and the transactions on which this item is committed. The item details will be displayed based on the saved search results provided: item comittment view: Results – NetSuite (Allied Power and Control).
Deliverables
- We will add a button in view mode in the inventory and assembly item records as ‘commitment view’ using script.
- A pop-up window is generated when clicked on this button.
- The pop-up window generated will contain the total committed quantity of that item and the transactions on which this item is committed as a table with two columns as Quantity committed and Committed transactions.
Sample table format for the dialogue box pop-up is as below:
Assumptions
- We will remove existing button and create a new button ‘commitment view’ using script.
- The button will be added to inventory and assembly items only.
- The button will be visible in the view mode of the item record only.
- Existing saved search will be considered for displaying item details and therefore the filters and columns in the saved search should not be changed without out our permission.
The pop-up can be generated in the same tab. Using MVC model and model v controller. Adiitional backend API required.