Jira Task: https://jobinandjismi.atlassian.net/browse/REDRX-687 Analyze the requirement for displaying a section as a pop-up upon user login, ensuring it appears only once per session. Provide an estimate for implementation. Scope of Work: Show a pop-up only once after a user logs in. Ensure the pop-up does not appear again for subsequent logins. The pop-up should contain… Continue reading Display a section as pop-up after logged in
Tag: pop up window
Function to open the popup window for entering the required lot number and quantity for inventory detail..
From the Suitelet page 1, upon clicking the Inventory Detail will open a popup window by using client script. Function used in client script is added below. function showPopupWindow(recValue) { try { let locationId = recValue.getValue({ fieldId: ‘custpage_location’ }); let itemId = recValue.getCurrentSublistValue({ fieldId: ‘custpage_item’, sublistId: ‘item_sublist’ }); let itemName = recValue.getCurrentSublistText({ fieldId: ‘custpage_item’, sublistId:… Continue reading Function to open the popup window for entering the required lot number and quantity for inventory detail..
Update Bulk item price on a button click
Requirement : On button click from sales order/estimate we can have a pop up listing all items with a checkbox and a field to enter the price level.When the user selects items and enter the price for it, upon submit, the selected items will get updated with the new price added. Solution 1: Created the… Continue reading Update Bulk item price on a button click