Category Archives: Sage ERP X3

How to determine if a mask variable can be entered or is displayed..?

Function varmode is used to verify if a mask variable can be entered or is displayed. The varmode function returns an integer that is: New Stuff: Disable Accounting Cancellation on Customer BP Invoice. If the variable is in enter mode, varmode returns 0. If the variable is in display mode, varmode returns 1. Syntax: varmode ( field_name… Read More: How to determine if a mask variable can be entered… »

How to create direct receipt in Sage X3

Sage ERP X3 offers functionality to create the direct purchase receipt by just setting a parameter. This parameter indicates whether a user is authorized to create a direct receipt (not attached to a purchase order, a shipment request or an inter-company shipment). New Stuff: How to calculate remainder using X3 mod function? The list of possible… Read More: How to create direct receipt in Sage X3 »

How to calculate remainder using x3 mod function

You may come across the situation, where you having arithmetic operation with numbers. You may want to calculate the remainder of division. New Stuff: How to open Sage ERP X3 Code file in Eclipse Editor in Version7? Sage X3 has a special function to calculate the remainder of division. mod: This function calculates the remainder of… Read More: How to calculate remainder using x3 mod function »

How to open Sage ERP X3 Code file in eclipse folder in version 7

This blog post will guide you through on adding the Sage ERP X3 Code file to the eclipse folder. In Safe X3, navigate to ‘screen dictionary’ and under ‘scripts’ section, select the option ‘Editor’. New Stuff: Customize the Title bar of the Client workstation. Make sure you open the eclipse before clicking on ‘Editor’ and… Read More: How to open Sage ERP X3 Code file in eclipse… »