Scenario The customer created a Report Saved Search and is encountering an Unexpected Error when opening the search. Solution Given that the nature of the Search created is a Report Saved Search, the error was encountered because of Show Totals = True on the Results tab. Since this is a Report Saved Search,… Continue reading Resolved unexpected error when opening a Report Saved Search
Month: March 2025
Create an Item Search Which Displays Location Quantity On Hand on Separate Columns
Scenario To display the On Hand quantity per location, user needs to add the following columns to an item search: Inventory Location and Location On Hand. However, this will be displayed as multiple rows per location. User would like to view the Location On hand per column. Solution To create an Item search which displays Location Quantity On Hand on separate columns, please follow the steps… Continue reading Create an Item Search Which Displays Location Quantity On Hand on Separate Columns
Resolving Duplicate Abbreviation Errors in CSV When Adding or Updating Custom List Values
Scenario Resolve Error: “Please Make All Abbreviations Unique. They Will Be Used To Automatically Generate Matrix Subitem Name/Numbers” This happens when an Inactive value in the Custom List uses a duplicate abbreviation from the active values or the CSV file being uploaded. Navigate to Customization > Lists, Records, & Fields > Lists Preferred Custom List:… Continue reading Resolving Duplicate Abbreviation Errors in CSV When Adding or Updating Custom List Values
VueUse – Utility Functions
Description: VueUse is a collection of useful utility functions that help with state management, browser APIs, and performance optimizations. Installation: npm install @vueuse/core Example: Dark Mode Toggle import { useDark } from ‘@vueuse/core’ const isDark = useDark() <template> <button @click=”isDark = !isDark”>Toggle Dark Mode</button> </template>
Vue Draggable
Vue component (Vue.js 2.0) or directive (Vue.js 1.0) allowing drag-and-drop and synchronization with view model array. Based on and offering all features of Sortable.js Description: Makes elements draggable and reorderable with Vue.js. Installation: npm install vuedraggable Example Usage <script setup> import { ref } from ‘vue’ import draggable from ‘vuedraggable’ const items = ref([‘Item 1’, ‘Item… Continue reading Vue Draggable
Send order confirmation mails to multiple email ids using workflow in SCA
This article contains detailed steps for sending order confirmation emails to additional email IDs other than the primary email ID of a customer. The customer should enter the required email IDs, separated by commas or semicolons, in a new entity field. These email IDs are then added along with the primary email ID, and the… Continue reading Send order confirmation mails to multiple email ids using workflow in SCA
Vue Chart.js – Data Visualization
vue-chartjs is a wrapper for Chart.js in Vue. You can easily create reuseable Install this library with peer dependencies: pnpm add vue-chartjs chart.js # or yarn add vue-chartjs chart.js # or npm i vue-chartjs chart.js Then, import and use individual components: <template> <Bar :data=”data” :options=”options” /> </template> <script lang=”ts”> import { Chart as ChartJS, Title,… Continue reading Vue Chart.js – Data Visualization
Pinia Plugin Persistedstate
Features Persist Pinia stores with a friendly API inspired by vuex-persistedstate. Highly customizable (storage, serializer, paths picking/omitting). Out of the box SSR-friendly support for Nuxt. Very smol (<2kB minzipped). Quickstart Install with your favorite package manager: pnpm : pnpm add pinia-plugin-persistedstate npm : npm i pinia-plugin-persistedstate yarn : yarn add pinia-plugin-persistedstat Add the plugin to pinia: import { createPinia } from… Continue reading Pinia Plugin Persistedstate
Search results formula to get location quantity on hand, location quantity available, location quantity backordered
Search results formula to get location quantity on hand, location quantity available, location quantity backordered search.createColumn({ name: “formulanumeric”, summary:… Continue reading Search results formula to get location quantity on hand, location quantity available, location quantity backordered
Switch account ownership to another user in Celigo
When you create an integrator.io account, you can invite other users to your account to administer, monitor, or manage your integrations. You can also transfer account ownership of your account to another user. If you transfer account ownership to another user, that user becomes the account owner. Follow the steps below to switch ownership of… Continue reading Switch account ownership to another user in Celigo