Cosmetic Testing

Cosmetic Testing is a new form of testing, where the UI (User Interface) and UX (User experience) are being tested and checked whether the GUI or design of the project seems good from the user’s perspective. Cosmetic testing deals with: More excellent looks of the buttons and texts. Proper implementation of wordings in the UI.… Continue reading Cosmetic Testing

Importing Your First Order from Magento Into NetSuite : Prerequisites

1.Ensure you have an SKU in Magento 2 that also exists in NetSuite with the same SKU name/number. If you don’t already have one, use the steps as follows:  In Magento 2, Go to Products > Catalog > Add a product and create a new product and populate the “SKU” field as” celigo Test SKU 1″.  In NetSuite,… Continue reading Importing Your First Order from Magento Into NetSuite : Prerequisites

Published
Categorized as Celigo

Import Customers from Magento to NetSuite-Order imports fail if customer record with same ID already exists in NetSuite

Order imports into NetSuite sometimes fail when customer records with same Customer IDs are already present in NetSuite. You may see the following error:  “Failed to add/update customer for order #1xx1. A customer record with this ID already exists. You must enter a unique customer ID for each record you create. To correct this record,… Continue reading Import Customers from Magento to NetSuite-Order imports fail if customer record with same ID already exists in NetSuite

Published
Categorized as Celigo

Data manipulation in records using beforeLoad(context) of User Event Script

Data can be manipulated for records created in beforeLoad user events.That is for example we can set the value of any field in ‘create’ mode of beforeLoad(context) of User Event Script.Data cannot be manipulated for records that are loaded in beforeLoad scripts.If you attempt to update a record loaded in beforeLoad, the logic is ignored.That… Continue reading Data manipulation in records using beforeLoad(context) of User Event Script