Tag Archives: Sage X3

How to add legal accounts in the list of the budget Misc. Operations screen

The budget of a company is often compiled annually, but may not be a finished budget, usually requiring considerable effort, is a plan for the short-term future, typically allows hundreds or even thousands of people in various departments (operations, human resources, IT, etc.) to list their expected revenues and expenses in the final budget. In… Read More »

Sage Sessions X3 : Experience the Power of Cloud Technology for an Always-On Mode in your Business!

Sage, a leading provider of cloud business management solutions is all set to host Sage Sessions X3 in Scottsdale from September 4-5, 2019. It is a must attend event for Sage X3 (Sage Enterprise Management) Customers and Partners as the agenda is power packed with learning opportunities, networking and transformation. Sage has been in the… Read More »

How to get the version number associated with the product code?

In Sage x3, we may come across a situation where we have to get the version number of the product installed and use it in our code to display the same. Sage X3 provides a Method ‘AGETLIC_PRODUCTVER’ that returns the product version. Method: fmet GACTX. AGETLIC_PRODUCTVER (“1”) Code snippet: Local char YLICINFO (30) YLICINFO= fmet… Read More »

Jump To Button in Sage Enterprise Management Version 12 (Sage EM 12)

In this blog, we will see where is the jump to button in Sage Enterprise Management v12 (Sage X3 12). In Sage EM 12 jump to button shifted from right to left side on every screen refer the below screenshot for the same. Hope this helps. About UsGreytrix – a globally recognized Premier Sage Gold Development… Read More »

9 Key Take Aways From Sage Summit, Atlanta 2019

Sage, a global leader and provider of accounting software hosted The Sage Summit in Atlanta this year – home to Sage North American headquarters from May 13th – 15th, 2019. So, what is it that you missed while not being at the event? With Sessions featuring the best and the brightest speakers, Sage has reached out… 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 disable delete and insert button in line level of grid

While we add a grid in the screen, it automatically takes option as KARID refer Fig 1.1 because of which insert and delete button get enables in the grid refer Fig 1.2. Details of KARID refer to the previous blog: We might come across the situation where we have to disable the insert and delete… Read More »