Category Archives: Sage ERP X3

How to define default CRM call type in global level

You may come across the situation, where you want to define central attachment path. Sage X3 has special settings to set the central attachment path to keep the files centrally. New Stuff: How to get Operating System name through code To set the central attachment path, follow the steps: Step 1:  Go to, Setup –>General Parameters–>… Read More »

How to add new modifier lines to the accounting code product?

In Sage X3 implementation you may come across the process where you want to add an additional modifier to Accounting codes. This can be done through below simple steps. New Stuff: How to copy Parameter Values from one folder to another..? Step #1: Navigate through Setup>Financials>Accounting interface>Accounting code lines. Select the Product as Accounting code type.… Read More »

How to find the current source file name

You may come across a situation, where you may want to know, the name of the current process. We have the special command “trtcou” in  Sage X3  to accomplish the situation. New Stuff: How to Disable All Predefined windows button in single line of code TRTCOU: This function returns the name of the current process. If… Read More »

How to make Gross Field Editable/Non-Editable using Price list

As described in our previous blog “How to Restrict the Modification of gross price/Discounts/Charges for Transaction”, we can set the gross price field to editable/non-editable for a particular transaction. But sometimes we come across a problem wherein we want that user should not be able to change the price of a product in certain conditions… Read More »