Category Archives: Technical

Enhancement feature in EMV12 for managing serial numbers in Product using “Global Received/Issued”

The new feature in V12 for managing serial numbers for product using the “Global received/issued” radio button under serial no.management section in Product screen increases better usability and increase performance and productivity. Here are the steps to check the benefits using the new option added for serial number products. STEP 1: Navigate to product screen… Read More »

How to solve ‘Payment transaction is not of receipt type’ error message in Sage X3

A Payments is like an accountant. It keeps track of who owe whom and how much. Basically it is a transfer of money or assets to another person or business. You may come across a situation where you would like to do payments for the sales invoices. Sometimes while doing payments for sales invoices we… Read More »

How to update a header field through workflow

Sometimes we may come under a situation where we need to update a field in the same time when the workflow gets triggered. To update field on running workflow firstly we need to select a workflow rule. i.e at what action you need to update the field (For eg: on Validation, rejection, notification, cancellation etc).… Read More »

How to increase the range of product serial numbers while creating Miscellaneous Receipt through import/export template

A serial number is a series of characters that have been assigned to each product in the warehouse so that it remains separate and are identified in the warehouse system. Using serial numbers, you can easily track the location of goods in the warehouse. While trying to import file for creating miscellaneous receipt for serial… Read More »

How to display the stock availability on sales order screen in Sage X3 version 12

For every sales order transaction, we need a stock availability at sales site.In standard Sage X3 there is one stock inquiry screen for checking the stock availability on sales site.But instead of this,while during the sales order transaction if we want to see the available stock on the sales order screen,then Sage X3 provides standard… Read More »

How to add the Dashboard in Sage X3 Version 12

In some requirement, user may wants to see some reports when they login to the Sage X3, or for the management people thy need to see the any sets of records like Open Sales Order, Open Invoice, outstanding and many more on the login of the Sage X3. We can achieve this by following the… Read More »

Getting the List of Accessible Classes in the Current Application

We may encounter a scenario where we want to know the names of the classes that are accessible in a current application. For this, CLANAM function can be used. The CLANAM function is basically used for acquiring the list of classes accessible to the current application.CLANAM function returns the Char type. Syntax : clanam(< Class… Read More »

How to Change the Title of a Tab Dynamically?

Sage X3 provides an inbuilt function to rename the title of a tab at runtime. We can change the tab title dynamically using following function: Chgtfd [class] expr_c Where, class: describes an open mask. In the absence of this parameter, the default mask is used. expr_c: describes expression of the type Char containing a valid… Read More »