Category Archives: Configuration

How to modify Financial Assets details in Sage X3

Sage X3 Fixed Asset helps to manage different financial Assets created in it along with its modification functionality. The financial asset corresponds to Fixed Asset. While using Sage X3, user may come across such scenarios where asset related information requires some modification to be incorporated. Once the asset creation is confirmed, the entered information can… Read More »

How to enable Accounts mapping section under Accounting Code in Sage X3

In Sage X3, when a new folder is created we may come across a scenario where we don’t see a column to map accounts in Accounting code lines. Below screen capture depicts the navigation to enable the column: Navigate to Setup–>Financial –>Accounting interface–>Accounting Code Step 1: Navigate to Setup –>General Parameters–>Parameter Values. Step 2: From… Read More »

How to create document category in Sage X3 People

In Sage X3 People, to create document category the local menu function can be used. In standard Sage X3 People, below screen capture depicts the navigation to local menu function Navigate to Development –> Local Menu-messages To create document category by using standard functionality in letter generation below are the steps to follow Step 1:… Read More »

How to get template name through coding while using Import/Export Template

We might come across the scenario to find template name through the mask. We can also access using standard table name(AOBJEXTD) with abbrevation[AOD] and field name EXT. Refer to the screenshot below: Write code below in specific script ‘YPEIMPBIS’ of import/export template. Example: $Action Case Action When “IMP_OUVRE”:infbox “Script Name:”+num$([F:AOD]EXT) EndCase return The result is:… Read More »

Timestamp$ function in Sage X3

In Sage X3, We have function timestamp$ which returns a string value containing a time stamp, which is the number of milliseconds elapsed since the first of January 1970, at 00:00:00 time GMT. timestamp$ returns a timestamp in ASCII format. Below is the snippet of example code provided by standard Sage X3. <<Code snippet>>Local decimal DLocal… Read More »

How to create Arrival document formula (Enterprise Management HR)

In Enterprise Management HR, we may come across a condition where we may need to create Arrival document formula. This can be achieved with the below steps:- Navigate to Personnel Administration –> Administrative Documents –> Document formula Code:- Create the code for the formula. Title:- Specify the Title Type:- The type will be Employee as… Read More »

Enable the menu button in Sage Enterprise Management

In Sage Enterprise Management, when we add the menu button and its lines in any window it is disabled by default. Perform the following to enable this menu buttons. Here, CHMEN is the keyword to enable the menu button. And “Z6” and “Z5” are the button code. Hope this blog helps! About Us Greytrix – a… Read More »

To fetch current line value from Grid in Sage Enterprise Management

Sometime, we need a particular value from a line in order to calculate, copy or for some other use. We can just fetch that value using nolign-1  nolign-1 fetches the current value of the field form the grid. For example: If we want to know the item description of any selected product, perform the following.… Read More »

How to assign the Sequence counter as per specific Document type

Earlier, we have one way of assigning the sequence counter to the transaction through the General Parameter → Sequence Number Definition → Assignment. We have an additional option, where we can assign the sequence counter to the transaction type through the Document Type. Navigate through Parameters → Sales/Purchase → Document Type → Transaction Hope this helps! About Us… Read More »