Category Archives: Technical

How to solve warning “Non-blocking difference Warning format PLICRDIDX K10c Sage X3” while importing data through template

Sage X3 has feature to import data to X3 tables through Import/Export template. Users can create template by adding table fields which user has to enter or modify through file which contains data import/export template. Once file imported successfully then file data will inserted in particular table/screen. With the help of this fabulous feature of… Read More »

Sage X3 Integration with Magento using rest web services

In this blog, we will get to know about the process of the integration of Sage X3 with Magento using rest web services. Currently the Magento API is using tokenized authentication. We are calling Magento rest API endpoints from Sage X3 using rest webservices which will request the Magento API for specific data and save… Read More »

How to write encode function on node.js by passing input argument from X3

Node.js files contain tasks that will be executed on certain events. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. Node.js applications are written in JavaScript, and can be run within the Node.js runtime.Node.js files have extension “._js” STEP1: Creating Node.js… Read More »

Data flow from Purchase invoice screen to Journal entry on via AP/AR Payment Posting using Automatic Journal

In our last blog, we see how to flow date from payment screen to Journal entry using auto journal. In this, we’ll see how we can flow data from Purchase invoice to journal entry while posting payment. The “Supplier doc. no.” field present on Management tab in Purchase invoice screen for the invoice entries linked… Read More »

How to print a field once which is repeating in Sage X3 report

In Sage X3, developer has freedom to develop their own reports in Crystal reports as per their client requirement. So we have also developed one of the report in India pack report called as Vendor transaction/Ledger report. This report display all the vendor transactions for selected parameter range. In this report, there is section where… Read More »

Sequence number setup for Projects in X3 V12

As we know, sage X3 v12 provides number of new features. One of them is the Project module which is completely new in v12. This Projects function is used to manage the elements often denominated under different terms : Business, Projects, Opportunities. These translate to the same basic concept. Their objective is to manage the… Read More »