In the Amazon – NetSuite Integration App, the Settlement section consists of the following flows that you can use to process different information in NetSuite using the settlement report: Settlement Report Import Flow Imports the Settlement report from Amazon Seller Central to NetSuite. You canĀ use one of the below two options to sync your settlement report and process… Continue reading Working of Settlement flow in Celigo
Author: Magi Thomas
Amazon settlement reports
Settlement reports are generated regularly and can be downloaded from the Amazon Seller Central. Settlement Report also provides very detailed information about the different types of fees charged by Amazon for providing various marketplace services offered to the seller. Settlement reports can be generated weekly and bi-weekly. After a settlement report is generated by Amazon,… Continue reading Amazon settlement reports
Compare different time Zones and display the data based on the UK time
Create an analytic report using suitelet
Create inventory adjustment using script
Below mentioned code is used to create inventory adjustment in NetSuite using the script.
Equation for find the difference between two dates using saved search.
The below mentioned formula can use to find the difference between two dates in saved search
How can display saved search result using suitelet script
How can restrict the updations in the Fields of Shopify using Celigo
Celigo flow is between the NetSuite and Shopify. We can restrict the updations in the fields of the Shopify. when a record is created in the NetSuite and run the flow. Then the value will set in the Shopify. After the creation, any updations happened it will not affect the fields. Please follow the below… Continue reading How can restrict the updations in the Fields of Shopify using Celigo
Read the Lot number from the inventory details using standard PDF
How can render an array of objects to advanced pdf
Read the details from the saved search and objects pushed into array . var inventoryDetails= [{“itemInventory”:”101002010″,”lotNumber”:”A-1022-4559″,”invQuantity”:”4″},{“itemInventory”:”101002010″,”lotNumber”:”A-1022-4664″,”invQuantity”:”4″},{“itemInventory”:”101001075″,”lotNumber”:”A-1022-4562″,”invQuantity”:”5″}] Render this array to the advanced pdf : renderer.addCustomDataSource({format: render.DataSource.OBJECT,alias: “customdata”,data: {inventoryDetails: inventoryDetails}}); Display the details of Lot number and Quantity from the inventory details