Category Archives: Sage ERP 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 »

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 »

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 »

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 »

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 »

Deferred Deletion in Sage ERP X3

In Sage X3 while performing deferred deletion we may get the below error message.”Deferred deletion is not active for this object”. Navigate to:  Development > Utilities > Miscellaneous > Deletions To avoid this message navigate to  Development > Processing dictionary > Objects Checked the Deferred validation checkbox. Save and validate the object. Hope this blog… Read More »

Assigning user level access to fields present on Screen

You may come across the situation, where you may want to give user-level access to fields present on Screen. In this case first create access code by navigating to below given path. Setup → users → access code Now assign this access code on required fields as shown below. Now this fields are accessible to… Read More »