To break a long word while creating an item label pdf using HTML and CSS.

To break a long word while creating an item label pdf using HTML and CSS. When table with nested table is created and added columns, the nested table columns data were overlapped with the parent table columns. And then nested table was removed and added just rows and columns in the table, the overlapping issue… Continue reading To break a long word while creating an item label pdf using HTML and CSS.

Important Testcases for NetSuite Integration

Testing the integration of NetSuite with other systems requires a comprehensive test suite to ensure the data flows seamlessly between the systems. Here are some test cases for NetSuite integration:  Authentication: Verify that the NetSuite integration is authenticated correctly and that the credentials are valid.  Data mapping: Verify that the data is accurately mapped between… Continue reading Important Testcases for NetSuite Integration

jQuery DatePicker with today as maxDate

when we want to set today’s date as a maxdate for jQuery datepicker in order to prevent users from picking date greater than today’s date If you’re using bootstrap 3 date time picker, try this: For those who dont want to use datepicker method

Sync Product Category from Magento to NetSuite

This sync can be done by using Magento Category to NetSuite Add/Update flow in Celigo. The product categories in Magento is as shown below. To sync this category into NetSuite, perform mapping in celigo as shown below. Then run the flow and verify the sync in NetSuite by navigating to Customization> Lists, Records, Fields> Record… Continue reading Sync Product Category from Magento to NetSuite

Using workflow how to Tick the “HOLD “checkbox for the AU subsidiary sales orders placed.

When customer in AU subsidiary place order from the webstore the checkbox “HOLD “in the sales order should be checked this can be achieved by using workflow1. create workflow in NetSuite customization workflow new2. select the Felds as required transaction and in sub tabs sales order 3.context select the webstore, event after the submit, and… Continue reading Using workflow how to Tick the “HOLD “checkbox for the AU subsidiary sales orders placed.

Debug scripts in integrator.io

To add JavaScript debugging statements to your integrator.io scripts, call a console object method, as follows: Method Description Level console.debug(string1, string 2, …) Fine-grained informational events that are most useful to debug an application. Debug console.info(string1, string 2, …) Equivalent methods for printing informational messages to the execution log. Info console.log(string1, string 2, …) console.warn(string1, string 2, …)… Continue reading Debug scripts in integrator.io

Published
Categorized as Celigo Tagged

Set up payment methods in Woo Commerce store.

Woo commerce provides a number of pay methods manually by itself.  It consists of   Direct bank transfer  Check Payments  Cash on delivery  All this are the safes methods inn case of customers.  For payment options like credit card, google pay etc. the help of an external source is required.  For this several options are there… Continue reading Set up payment methods in Woo Commerce store.