Open FarApp account. Click On Mapping from list on the left hand side Click on Orders. Then you will see existing field mapping If you want to add new mapping Click on the Add row button on the top right corner. Then a dialog box appears ,In that choose the field in Netsuite to which… Continue reading Tags from Ecommerce to sync over to NetSuite using FarApp
Month: March 2023
HMAC 256 Algorithm :
What is HMAC256 Algorithm : HMAC ( Expanded as keyed-hash message authentication code or hash-based message authentication code) is a specific type of message authentication code (MAC) involving a cryptographic hash function and a secret cryptographic key. HMAC can provide authentication using a shared secret instead of using digital signatures with asymmetric cryptography. HMAC (Hash-based Message Authentication Code) is a mechanism for verifying the authenticity and integrity… Continue reading HMAC 256 Algorithm :
Client Script Vs. User Event Script
Where the script runs: Clients Scripts run in the browser. That means when you load a record the client script starts to run, and it is immediately available to perform actions when you click around on the record. That is why you can make it do something when changing a field. User Event Scripts run… Continue reading Client Script Vs. User Event Script
DMBL-127-Setup approval of Bill records
Cypress automation tool
Cypress is an open source, end-to-end testing framework for web applications. It is a fast, easy and reliable testing tool that can be used to write and run automated tests for web applications. Cypress helps developers and testers quickly create automated tests with its intuitive UI, detailed documentation, and powerful debugging tools. With Cypress, developers… Continue reading Cypress automation tool
Creating a FlipHTML5 product catalog on the website
If we have a PDF file as a product catalog we can easily create flip HTML. To create a flip catalog, you will need to add interactivity to your pages. There are many tools available online that can help you create flip catalogs, such as FlipHTML5, Yumpu, and Issuu. Upload your catalog: Once you have… Continue reading Creating a FlipHTML5 product catalog on the website
How to create the new page without using the SMT and router in the extension
we can achieve this by adding the following code in the extension.
Shopify Fulfillment Orders API
The FulfillmentOrder resource represents either an item or a group of items in an order that are to be fulfilled from the same location. There can be more than one fulfillment order for an order at a given location. Fulfillment orders are created automatically when an order is created. We can retrieve all fulfillment orders related to a given… Continue reading Shopify Fulfillment Orders API
Invalid login attempt while calling the Restlet endpoint using Postman due to the Time stamp.
How to identify the Restlet API calls status in Netsuite. Go to the Setup -> User/role -> View login audit trail Create a saved search with result column1. Date 2. Token-based Application Name3. Status4. Details Excecute the search. Now you can see the result. The Reason for invalid time stamp issue. The time stamp is… Continue reading Invalid login attempt while calling the Restlet endpoint using Postman due to the Time stamp.
How to close an item line in a Sales order (because not able to remove it due to Wave record creation)
An item line from a sales order with a connected wave needs to be deleted by the user. Even if the Wave is finished and the Pick Task for the impacted item is marked as Done or deleted, this cannot be done. By doing this, a system error is generated. Solution: Users can make the… Continue reading How to close an item line in a Sales order (because not able to remove it due to Wave record creation)