Stock Change in Sage X3

We may come across a scenario where you want to move the stock from one location to another location. Sage X3 have the special feature to achieve this functionality. Follow below steps to achieve this feature: Navigate to Stock > Internal Transactions > Stock changes Enter the quantity that you want to move from one… Read More: Stock Change in Sage X3 »

Setup Multiple Sites for Company when there is One Dedicated Storage Site and Rest are Financial Sites Part- 2 (Contd…)

In some industries where the Company has only one Site which actually store and deliver goods and other sites are only financial sites which manage the payments. i.e the financial sites can be stores and the Storage site is a warehouse where goods are stored. E.g. Car showrooms can be financial sites in different part… Read More: Setup Multiple Sites for Company when there is One Dedicated… »

Mass Deletion of Records in Sage X3

If we want to delete the current record in Sage X3, simply press the Delete button. This deletion is possible only if the “referential integrity” constraints as defined in the data dictionary, are adhered to, depending on the situation. These controls can take a relatively long time to perform, and they are carried out immediately… Read More: Mass Deletion of Records in Sage X3 »

Find a particular value from a series of Numerical, Alphanumerical or Date Expressions or Variables

We may have come across a situation where you need to find a particular value from a series of numerical, alphanumerical or date expressions or variables. This can be achieved using “find”. Syntax: find(value_to_seek, list_exprg) value_to_seek is the value that needs to be found list_exprg is the series of numerical/alphanumerical/date expressions/variables Example: Consider an example… Read More: Find a particular value from a series of Numerical, Alphanumerical… »

Setup multiple sites for company when there is one dedicated Storage Site and rest are Financial Sites PART-1

In some industries where the Company has only one Site which actually stores and deliver goods and other sites are only financial sites which manage the payments. i.e. the financial sites can be stores and the Storage site is a warehouse where goods are stored. E.g. Car showrooms can be financial sites in different part… Read More: Setup multiple sites for company when there is one dedicated… »

How to copy all field values from one screen to another screen

We have a scenario where we need to copy all the values from screen one to screen two for display. To execute this functionality we have two option as follow: [M:xxx]=[M:yyy] Transmask[M:xxx] to [M:yyy] In this blog we will be detailising on Transmask where it copies the all the field from source mask to destination… Read More: How to copy all field values from one screen to… »

Key reasons for choosing GUMU™ integration for Sage X3 – Sage CRM over Sage CRM connector for Sage X3

Today’s business environment demands faster managerial decisions by holistic visualization of your enterprise information. As businesses are slowly expanding in the global space, companies from SMEs to large enterprises are opting for integrated solutions like ERP, CRM, Warehouse Management System & Human Capital Management system for simplifying their front office and back office operations –… Read More: Key reasons for choosing GUMU™ integration for Sage X3 –… »

How to display Question box to user?

You may have come across a situation where a Question box needs to be displayed to user and depending upon the response; a block of code needs to be executed. Syntax: Qstbox “[Message that needs to be displayed]” Using [L] Rep Where REP is a local libelle Example: Consider an example where a dialog box… Read More: How to display Question box to user? »

How to find size of the buffers used by Adonix

clasiz returns the size of the buffers used by Adonix in its variable class  management. The class is given in the first parameter by its abbreviation or internal number. The second parameter determines the “OBJects” for which the function returns the size in bytes. These are the possible values for this parameter and corresponding buffer:… Read More: How to find size of the buffers used by Adonix »

How to build a date from its constituent parts?

Generally we may come across a situation in Sage X3 to build a date from its constituent parts. gdat$ is the function to built a Date from its constituent parts i.e. small component part. Syntax:- gdat$( Day,Month,Year ) Parameters:- Day: Numerical integer expression for the value of the day. Month: Numerical integer expression for the value… Read More: How to build a date from its constituent parts? »