Emailing Customer Statement and Invoice as per customer preference

Sage Enterprise Management has number of in-built facility which allows you take advantage and streamline your process of sending documents via email automatically to your customer. In standard Sage X3 you can setup workflow to send the invoices\sales order or any other document to your customer. But this setting is done according to Sage X3… Read More: Emailing Customer Statement and Invoice as per customer preference »

How to restrict users from modifying the X3 connection date.

If you come across a scenario where you want to restrict users from modifying the X3 connection date then Sage X3 provides a standard functionality ‘Date change allowed’. New Stuff: How to call specific file of an action through code To set up this functionality: Navigate to: Set up → General Parameters → Parameter Value → Supervisor… Read More: How to restrict users from modifying the X3 connection date. »

How to call specific file of an action through code

Sage X3 defines a method through which we can execute a specific file of an action. Generally, when an action is called, the standard code file will be executed. But sometimes, we may need to execute a specific file of an action. New Stuff: How to restrict purchase invoice creation without purchase receipt? We can do… Read More: How to call specific file of an action through code »

How to set folder currency to GCUR global variable

In X3 the folder currency is stored in the GUCR global variable. Many a time it happens that this variable does not get initialized. You can initialize GCUR variable with folder currency by calling standard function through code. New Stuff: How to restrict purchase invoice creation without purchase receipt? There is standard function CHARGE_GCUR written under… Read More: How to set folder currency to GCUR global variable »

How to restrict purchase invoice creation without purchase receipt?

Have you come across a scenario where you want to restrict purchase invoice creation without the creation of purchase receipt. Sage X3 has the standard feature where you can restrict to create the invoice without purchase receipt. New Stuff: How to automatically allocate the work order Navigate: Setup>General Parameters>Parameters values Set the parameter “PBUKA=Load from receipt only”.… Read More: How to restrict purchase invoice creation without purchase receipt? »

How to automatically allocate the work order

Have you ever come across circumstances in Sage X3 where you would like to automatically allocate the work order. New Stuff: How to replace the character in the string? Sage X3 has a feature where we can automatically allocate the work order at the time of creation. To successfully bring this functionality follow below steps. Navigate… Read More: How to automatically allocate the work order »

How to replace the character in the string?

In this blog, we are looking the X3 feature for replacing the specific character in the input string. New Stuff: How to open the object managed screen via code? The ctrans function is very helpful if the user wants to replace the substring as same in SQL with the help of REPLACE(). Syntax: ctrans(“inputstring”,”find character”,”replace character”)… Read More: How to replace the character in the string? »

Open the Object Managed Screen via Code

This blog gives you detailed information about the Nap feature from Sage X3. The Nap feature is very useful for users who want to open the object managed screen without going to Sage X3 Menu. The list below shows objects that can be used in the example – Navigate to: Development > Processes > Objects… Read More: Open the Object Managed Screen via Code »

Budgeting and Forecasting in Sage Enterprise Management

When you think about a new fiscal year coming up, the first and foremost concern for every company is about Budgeting. Unless you create the budget for the company it will not be possible to plan accordingly for the future.  Sage X3 helps to make quicker and more informed business decisions while shortening the planning… Read More: Budgeting and Forecasting in Sage Enterprise Management »

Manufacturing Project Management (MPM) module features for enhanced Project Management

The Manufacturing Project Management module is aimed at accommodating the needs of manufacturing companies that use Project Management to design and manufacture goods and products. The standard Project Management functionality in Sage X3 has been enhanced in MPM with specific features that make it more specific to manufacturing project management Sage X3. The Project is… Read More: Manufacturing Project Management (MPM) module features for enhanced Project Management »