Author Archives: Greytrix

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… »

Disable Accounting Cancellation on Customer BP Invoice

In our previous blog How to Re-Open Posted/Paid Customer Invoices in Sage X3 we saw the functionality of accounting cancellation i.e. to re-open a posted/Paid Customer BP Invoice in Sage X3 which will reverse the Accounting journal as well of the particular invoice from Journals. New Stuff: Find earliest date from range of Dates As per… Read More: Disable Accounting Cancellation on Customer BP Invoice »

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… »

Customize the Title Bar of Client Workstation

Perhaps, one of the most nice features of Sage X3’s UI is the ability to customize the Title bar of the Client Workstation. Sage CRM Developer’s Delight: Fiddler: A tool which gives you a super power This can be done by configuring the Title Bar field on the User Management screen. Before:  After: You just can… Read More: Customize the Title Bar of Client Workstation »