Category Archives: Configuration

Making Bank Payments using the ACH NACHA Bank files from Sage X3

Every company has to make a series of payments to its Suppliers / Vendors. Nowadays, payments made using ACH are preferred by maximum companies because it not only saves time and money but is also easier and quicker to make payments/get paid with increased security while preventing the possibility of frauds. Many of the Sage… Read More »

How to automatically allocate the work order

Sage X3 has a feature where we can automatically allocate automated work order generated from sales order at the time of creation. To successfully implement this functionality follow below steps: Navigate to: Setup>Manufacturing>Entry transactions>Work orders>AUT (Automatic generation) Select AUT Automatic transaction. Select Automatic global () or Automatic Click on save Click on Validation button

Budgeting and Forecasting in Sage Enterprise Management

When you think about a new fiscal year coming up, the first and foremost concern for every company is about Budgeting. Unless you create the budget for the company it will not be possible to plan accordingly for the future.  Sage X3 helps to make quicker and more informed business decisions while shortening the planning… Read More »

Know all Sage X3 table details on the go from one screen

Sage X3 have the functionality in which we can get all the information of all the Sage X3 tables along with the size of tables in a database from one screen only. New Stuff: How to validate a customer while importing Navigate to:  Development > Utilities > Verification > Database > Table report Enter your folder… Read More »

How to do the print server configuration in Sage Enterprise Management (formerly Sage X3)

Have you ever come to a scenario where you want to print the reports in version 7 but you were not able to print? To print the reports we have to do the print server configuration. Before configuring the print server we have to install the safe x3-print server-installer. Here below are the steps to… Read More »

Checking the Type of variable

Sometimes when you do coding, you may come across a situation where you don’t know what is the data type of the variable and you may be initializing the variable which may give you “Type compatibility error”. This issue can be handled in the code. If you have a check on this variable with the… Read More »