How to make changes in the website created using theme without making changes in theme file by creating new extension

We want to make changes in the website but the changes shouldnt be made in the theme files than we need to create extension and in that extension we need to make changes first, we need to create extension, then we need to create template file in in extension. than we need to copy template… Continue reading How to make changes in the website created using theme without making changes in theme file by creating new extension

Unexpected error when posting time journals

There are several reasons for this error One error example seen on the backend is an Invalid class reference key x for subsidiary xx. This error is received when the class selected on the time entry is not applicable for the currently selected subsidiary. To fix this, customers may either edit the time entry to… Continue reading Unexpected error when posting time journals

Approved Timesheets are not available in the Post Time page

In the post time page, approved/unposted time entries are not displayed for posting. This happens when Labor Cost is blank on the Employee record when Time Entry was created. If Labor Cost is set to null on the Employee record, then the cost of the Time Entry cannot be determined. If that is the case, it is not available for posting because the cost is null. Thus, the system… Continue reading Approved Timesheets are not available in the Post Time page

Fix error “Invalid login attempt.”

Scenario: The error “Invalid login attempt.” is encountered in the NetSuite Import step. The error occurred after the NetSuite User with which the NetSuite Connection is created is either inactivated or the access permission is removed. Soultion: Log in to integrator.io account. Go to Next to the NetSuite connection, below the Actions column, click on the three-dot icon.… Continue reading Fix error “Invalid login attempt.”

Published
Categorized as Celigo

Important points to be noted while importing Depreciating Assets

Prerequisites and things to note while importing Depreciating Fixed assets: Before installation of the bundle, the Custom records, custom transactions, Client SuiteScript, and Server SuiteScript is to be enabled under the SuiteCloud subtab in Setup > Company > Enable Features. Fixed Asset Management bundle is then to be installed The system setup of FAM must… Continue reading Important points to be noted while importing Depreciating Assets

what is core web vitals?

Core Web Vitals are a set of specific website performance metrics that are considered critical to user experience. These metrics are used by Google to evaluate the loading speed, interactivity, and visual stability of web pages. The Core Web Vitals consist of the following three key metrics: Largest Contentful Paint (LCP): This measures the time… Continue reading what is core web vitals?

How to run a new Lottie animation when playing one is completed using the adEventListener method with the complete event.

To run a new Lottie animation when playing one is completed using the addEventListener method with the “complete” the event, you can follow these steps: First, create a Lottie animation using the lottie.loadAnimation() method and assign it to a variable. For example: const animation1 = lottie.loadAnimation({container: document.getElementById(‘animation1’),renderer: ‘svg’,loop: false,autoplay: false,path: ‘animation1.json’}); Here, we’ve created a… Continue reading How to run a new Lottie animation when playing one is completed using the adEventListener method with the complete event.

Published
Categorized as Magento

Error in Printing statement when Multiple Currency enabled

If you are printing customer Statements using customized pdf templates. Then after enabling the Multiple currency, when you try to print the customer statement using the earlier customized pdf template, it will throw an error . If this feature is enabled in your account, a specialized template is available for printing statements for customers that… Continue reading Error in Printing statement when Multiple Currency enabled

Saved Search That Shows Deleted Records with Deletion Reason

Users may view the Deletion Reason using the Transaction Numbering Audit Log Saved Search. Navigate to Lists > Search > Saved Searches > New Click Transaction Numbering Audit Log Search Titleor Navigate to Transactions > Management > Transaction Numbering Audit Log Click Customize View Click More Options Search Title: Enter Title Click Criteria tab Click Standard subtab Filter:. Select Transaction Type Transaction Type: Select any of Select Invoice Click Results tab Click Columns subtab Field:Select Deletion Reason Click Save & Run

Warnings in Firefox Web Console – Mixed Content error

When a page on your website has this problem, the Firefox Web Console shows a mixed content warning notice in the Net window. The text “mixed content” and the mixed content resource that was loaded through HTTP will appear in red and link to this page. To fix this type of error, all requests to… Continue reading Warnings in Firefox Web Console – Mixed Content error