Install integrator.io bundle in NetSuite

To install the integrator.io bundle in NetSuite: Log in to your NetSuite account. Go to Customization > SuiteBundler > Search & Install Bundles. On the “Search & Install Bundles” page, in the Keywords field, enter Celigo integrator.io (bundle name) or 20038 (bundle ID). Click Search. Click Celigo.integrator.io. On the “Bundle Details” page, click Install. On the permission window, read through and click OK. Your bundle will now be installed and… Continue reading Install integrator.io bundle in NetSuite

Published
Categorized as Celigo

Using Composition API for Scalable Architecture in Vue 3

As Vue applications grow, maintaining a clean and scalable architecture becomes challenging. The Composition API in Vue 3 offers a powerful way to break down large applications, making your code more modular, organized, and reusable. Why Use Composition API for Large Applications? Code Reusability: Easily share logic between components. Better Organization: Group related logic together,… Continue reading Using Composition API for Scalable Architecture in Vue 3

Advanced State Management with Pinia: A Modern Alternative to Vuex

State management is a crucial aspect of building scalable and maintainable applications in Vue.js. While Vuex has been the go-to solution for years, Vue 3 introduced Pinia as the new official state management library. Pinia offers a simpler, more intuitive API and better integration with the Composition API, making it a modern alternative to Vuex.… Continue reading Advanced State Management with Pinia: A Modern Alternative to Vuex

Accessibility Testing

Accessibility Testing ensures that software applications are usable by individuals with disabilities, including those with visual, auditory, motor, and cognitive impairments. The goal is to ensure compliance with accessibility standards such as WCAG (Web Content Accessibility Guidelines), Section 508, and ADA (Americans with Disabilities Act). This testing is essential for web applications, mobile apps, ERP… Continue reading Accessibility Testing

User Experience (UX) in Software Testing

User Experience (UX) testing evaluates how well a system meets user expectations in terms of usability, accessibility, design, performance, and overall satisfaction. It ensures that the software provides a seamless and intuitive experience by identifying and addressing usability issues before deployment. UX testing is essential for applications like ERP systems, e-commerce platforms, and mobile apps,… Continue reading User Experience (UX) in Software Testing

Usability Testing

Usability Testing is a type of software testing that evaluates how easily users can interact with a system, application, or product. It focuses on user experience, efficiency, and satisfaction by observing real users performing tasks within the system. The goal of usability testing is to identify usability issues, improve user experience, and ensure that the… Continue reading Usability Testing

Celigo Tools for identifying error sources

Celigo provides several tools to help you identify the source of errors: Error table: By clicking on the error count in your integration flow, you can access the error table, which acts as your central hub for troubleshooting. This table provides a clear breakdown of where the error occurred—whether internally within Celigo or externally in… Continue reading Celigo Tools for identifying error sources

Published
Categorized as Celigo