Error Loading Shopping Page Due to Uncaught TypeError

In some implementations of Elbrus, the shopping page returns a blank page and the following error is returned in the log for the page: Uncaught TypeError: Cannot read property ‘indexOf’ of undefined This error can occur because the URL includes the percent sign (%) and SuiteCommerce does not correctly handle the symbol. This patch overrides… Continue reading Error Loading Shopping Page Due to Uncaught TypeError

Difference between Synchronous and Asynchronous Ajax request

Synchronous ( async: false ) – Script stops and waits for the server to send back a reply before continuing. There are some situations where Synchronous Ajax is mandatory. In standard Web applications, the interaction between the customer and the server is synchronous. This means that one has to happen after the other. Synchronous part:… Continue reading Difference between Synchronous and Asynchronous Ajax request

Published
Categorized as Magento

Set up an FTP connection in Celigo

File Transfer Protocol (FTP) is a standard communication protocol used for the transfer of files from a server to an application or a computer. You can grab existing JSON, XML, CSV, and other files to upload them into a second application (such as Amazon Seller Central) or add files to the server from an application.… Continue reading Set up an FTP connection in Celigo

Published
Categorized as Celigo

Date Format issue in Mobile View

When the website is in the mobile view when selecting the date the format of the date is yyyy-mm-dd.It is not supported in Netsuite. So the function is used to convert the date to the corresponding format.

Date Format Issue in Import

In bank statement imports, the date format should be MM/DD/YYYY. But even if the date format is correct, the error message will show. The error message is “The file could not be imported, because the date is not in the correct format”. To solve this problem, Insert an apostrophe (‘) before the date/s (e.g. ’01/31/2021)… Continue reading Date Format Issue in Import

Error Status Codes

The following table lists error status code types that can be returned in a message Response. These are values that are used in the code field of the statusDetail type where the type attribute has a value of error. These codes are listed in the StatusDetailCodeType enumeration, which is defined in the platform faults XSD. You… Continue reading Error Status Codes