Dare to Disrupt – Greytrix at South Africa Sage Insights 2014 Conference
The ones who are crazy enough to think they can change the world are the ones that do....
View ArticleWork order Grouping-For Different Products
The X3 system can create work order suggestions for any anticipated inventory shortages for your finished products. X3 will even allow you to group two work order suggestions if they are for the...
View ArticleHow to change the currency of all the BPs?
There are scenarios when we face the problem to change the currency of the Business partner once we have already created transactions against them. New Stuff: Work order Grouping-For Different Products...
View ArticleHow to Find a Sub String in a String
There Is a common scenario in development where we need to find a sub string from a string value. Just to help with the syntax we will be providing the help on the syntax, this is to find a particular...
View ArticleEnabling-disabling Grid’s-right click option
We come across many scenarios when we need to customize Sage X3 and need to hide the gird right click selection option depending on various line conditions (status). The right click buttons are...
View ArticleChecking the Existence of variable
You may come across the situation where you need to find the syntax which checks the scope of the variable and helps you to find out the existence of the variable. This syntax will help you avoiding a...
View ArticleChanging Labels of standard miscellaneous tables
In the Sage X3 implementation there may be a need of changing the label (title) of standard miscellaneous table like product-customer statistical group. We cannot change the label of this standard...
View ArticleHow to add a Product to multiple sites simultaneously
Ever felt the need to add a product to several sites all together? If the function about to be explained is unknown then more time will be required to do the task. New Stuff: Steps to Automate Sage X3...
View ArticleDeleting a file from a directory
Sage X3 has a special feature to delete a file from a directory. The Sage X3 has a simple function through which we can easily delete the file present in the specified directory. New Stuff: How to add...
View ArticleModifying the standard log file
While working for one of client’s customization I was looking to import the sequential file in order to create a Sales Order in X3. I created a new import template in X3 and assigned an object of Sales...
View ArticleWO reactivation and Product tracking deletion in sage X3
If we close the firm work orders in process which have been tracked before hand.The Complete function specifies the status “completed” of each operation, material and product line released. The WO...
View ArticleMulti-Tier Installation of Sage ERP X3
What is the need for a client-server application? Well, the answer is quite simple as this provides Centralization, improves scalability and enhances flexibility. This is the same for an ERP...
View ArticlePopulating the description of the field using X3 methodology
In X3 whenever we customize a screen or create a new screen, it’s obvious that the screen has a unique field. This unique field should also have a description attached to it. For e.g. Product category...
View ArticleChecking the Type of variable
Sometimes when you do coding, you may come across a situation where you don’t know what is the data type of the variable and you may be initializing the variable which may give you “Type...
View ArticleCopying processing files from one folder to another
Sage X3 has a simple function of copying the processing file from one folder to another. However we developer can move the files manually but what if I get an another option to automate this copying....
View ArticleUsing Calculator in Sage ERP X3
While working on one of my customization, I need to populate one customized field with a calculated value. I completed my code and found that the value was not getting displayed in the respective...
View ArticleHow to add Sales Invoice elements in X3?
You may have come across a situation where you would like to add invoicing elements. Sage X3 has a feature to add different invoicing elements like Discount %, Discount $, Freight etc. The maximum...
View ArticleBulk source verification in Sage X3
Sage X3 has an interesting feature of verifying the multiple processing files at a time. The function AVERIFSRC is used for verifying the source files. Function: AVERIFSRC Path:...
View ArticleGetting number of fields in table
You may come across a situation where you would like to know the number of fields in a table. Sage X3 has a special feature of getting number of fields in a table with the help of “nbzon” keyword which...
View ArticleHow to remove spaces from a string
Sometimes text values contain leading, trailing, or multiple embedded space characters. These characters can sometimes cause unexpected results when you sort, filter, or search. As these characters are...
View Article