Create Menu Tree Structure in Sage X3

User Menu Profile in Sage X3 allows a user to create a menu tree structure to access the various functions of the X3 based on two additional setups: Profile Type and Start Menu Also Read: Adding new option/Button in Menus in Sage X3 Parameters -> Users -> Menu Profile (GESAPN)  User Menu Profile: This is… Read More »

Auditing Fields in Sage ERP X3

This is in continuation of our last post Auditing Tables in Sage ERP X3. In addition to Auditing the changes in X3 Tables, you can now easily audit specific fields of any Table. For example, if the user wants to Audit the entries in Customer screen whose ABC Class has been modified to “Class A” then the user… Read More »

Auditing Tables in Sage ERP X3

Sage ERP X3 has come up with an interesting feature through which users can now easily Monitor or Audit any changes in X3 Table. For example, if the user wants to Audit new additions into BP Customer table between a selected date ranges then they just have to activate the Audit conditions in the Customer… Read More »

Creating Parameter Values in Sage X3

We need to add another Parameter to the Parameter Value available under General Parameters. There are few quick steps to add the parameter, as mentioned below: Also Read: Setting Parameters in Actions function in Sage X3 Go to Development> Data and Parameters> Development Setup> Parameter Definition; Select the Module where we need to assign the… Read More »

Allowing Limited Access in Sage X3

Whenever we access Sage X3 the Connection Box pops up. This connection box can be used to change the connection setting,  select different folders, login to a different application server. But there can be a scenario where we do not want the user to have the access to the Connection Box so that he will… Read More »

Determine Calling Screen in Sage X3

There are several occasions where one screen calls up another screen. For e.g. if we call the Project screen from Task Screen, in this case, the source screen is “TASK” and the destination screen is “PROJECT”. Now but when we think of any technical parameter or variable which will be storing this value, we find… Read More »

Generate Sequence Number Through code

More often than not we may want to generate the sequence code for custom objects or entries. In this blog, we are going to explore the useful functionality of generating the sequence number through code. First of all, we need to define the Sequence Structure: The sequence number is generated by the subprogram NUMERO. Following… Read More »