Author Archives: Greytrix

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 »

How to verify the file path and its accessibility in Sage ERP X3

checkpath is a function that allows you to verify if a file path is in the white list of the engine and can be accessed. Syntax: checkpath(FILE_PATH,ACCESS_MODE) Parameters: FILE_PATH is the path of a file or a directory which accessibility must be checked. The files do not need to exist, the only check that is done… Read More »