We have created a custom API for item receipts through the Restlet API. If items and quantity are requested and if it is there in the corresponding purchase order, a request is received for those items and item receipt is created. In a transfer order, items are transferred from one location to another. When items… Continue reading Partial item Receipt creation API
Month: May 2023
Hide standard button using script
Outlook event Integration
Eagle_Point_Solutions/EPSN-135 Microsoft event integration at main · Jobin-And-Jismi-IT-Services-LLP/Eagle_Point_Solutions · GitHub
Create a print label in the inbound shipment using suitelet
TypeError: out.writeUint32LE is not a function Error During Gulp Command
Scenario When we try to run local, error as shown below will show in our terminal. TypeError: out.writeUint32LE is not a function Solution To correct this error, complete the following steps before running gulp commands: In the root directory of SCA using the command prompt window, go to./node_modules/xml2js Open the package.json file. In the “dependencies” section,… Continue reading TypeError: out.writeUint32LE is not a function Error During Gulp Command
Proposal For TrackTraceRx-Netsuite Integration
Proposal summary This proposal covers the serialization process along with RF-Smart and the TrackTrace-Netsuite integration for handling the DSCSA rule. Requirement The pharmaceutical industry has been in the process of moving to serialization for all RX product for some time now. The guidance the industry has been given revolves around EPCIS and GS1 standards and… Continue reading Proposal For TrackTraceRx-Netsuite Integration
Resolve the issue: You have added or edited workflow actions, but the actions do not execute.
It’s a common workflow issue and can be solved by one of the two methods mentioned below: 1. Refresh your browser. If you add an action with a server trigger, but the action does not execute when you test the workflow, refresh your browser. For example, you add a Set Field Mandatory action to a… Continue reading Resolve the issue: You have added or edited workflow actions, but the actions do not execute.
Custom Product Attribute missing for Mapping
Scenario: A new custom Product attribute is created in Magento. However this attribute is not available in the mapping of the flow “NetSuite Item to Magento Product Add/Update”. Solution: Run the flow “Magento Attribute Set to NetSuite Add/Update”. Even though this flow add/update the Magento Attribute set to NetSuite, it has got a connection to… Continue reading Custom Product Attribute missing for Mapping
Map/ Reduce Structure for high data
For example, if there are 5 files and each file has over 50000 lines. We need to process each line from the files for all 5 files. We need to create a script parameter for the map-reduce script with no default value or set the default value as the first file referring key value. In… Continue reading Map/ Reduce Structure for high data
Using the FIRST_VALUE Function in NetSuite Saved Search
Overview: The FIRST_VALUE function in NetSuite’s Saved Search feature allows you to retrieve the first non-NULL value from a specified set of values. This article explains how to use the FIRST_VALUE function in a Saved Search. FIRST_VALUE: This is an analytical function in NetSuite that returns the first value in a specified set of values.… Continue reading Using the FIRST_VALUE Function in NetSuite Saved Search