Tag Archives: import

How to Validate Sales Delivery via Import Template in X3…?

There can be occasions when you want to create and/or validate the delivery in X3 via code or import template. Here we are describing how to validate sales delivery via import template. New Stuff: How to track the product details in Service Request To validate the shipment we need to pass validated flag as 2. Please… Read More: How to Validate Sales Delivery via Import Template in X3…? »

How to solve validation error while creating import/export template of XML file type

While creating or modifying the template of xml file type you may come across some validation errors, this blog will guide you to overcome this error. While creating the template you may get the error as ‘indicator is mandatory’ to resolve this error you have to add the table in the ‘Identifiers’ tab. New Stuff:… Read More: How to solve validation error while creating import/export template of… »

How to use record separator of import/export template in Sage ERP X3

While trying to import a file into X3 using import/export template you may come across a situation where data gets truncated and incomplete value gets imported. The reason may be the file you are trying to import contains the ‘CR’ (carriage return)’and ‘LF’ (line feed) at the last record of the line. To import this… Read More: How to use record separator of import/export template in Sage… »

How to use export to Excel functionality in version 7

In Safe X3 Version 7 if you try to use export to excel functionality like exporting the field of the table or screen then you will find that the file will be exported with only link which holds the address that downloads ‘SyracuseOfficeAddinsSetup.EXE’ (Sage X3 for Excel add-in) Since SyracuseOffice Add-in is required to export the… Read More: How to use export to Excel functionality in version 7 »

How to execute Import utility using code

Sage ERP X3 has a functionality of creating Import/Export template which works quite efficiently. The only thing that has to be done manually, through import utility under Usage ->Imports/Exports->Imports (GIMPOBJ). New Stuff: Adding selection window for any action. However, you can also import the records through code as shown below: You can write the following lines… Read More: How to execute Import utility using code »

Importing and exporting data by xml file

X3 provides the functionality of creating\updating the transactions using import\export template even with the XML format. New Stuff: Creation of Dynamic selection list in Sage ERP X3 For creating XML template you just need to follow below steps: Step 1: Move to: Setup > Usage > Imports / Exports > Import/ Export template. Step 2:… Read More: Importing and exporting data by xml file »

Import / Export Template in Sage Enterprise management (formerly Sage X3)

Sage X3 provides the functionality of creating\updating the transactions using an Import/Export template. A few days back we came across a scenario in which we need to create WO using Import/Export template. After some findings, we found it easy to do the same. You just need to follow the below-mentioned steps for Importing and exporting… Read More: Import / Export Template in Sage Enterprise management (formerly Sage… »

Error while importing folder in Sage X3

We have installed Sage X3 v6.2 and it was successfully installed. Now when we are importing a test folder we get an error message during the “Srf files generation” stage. The ERROR is mentioned below; Could not launch file C:\Sage\SAGEERPX3V6\X3V6\Folders\TESTOWE\SVG\srf-gen.cmd (LibAdmAdonix.CreateSrfFiles) 2011-10-04 11:22:49 : FATAL – configuration aborted 2011-10-04 11:22:49 : FATAL – ERR_TIMEOUT The… Read More: Error while importing folder in Sage X3 »