How to set default appointment in CRM

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 add new modifier lines to the accounting code product? To set the central attachment path, follow the steps: Step 1: Go to, Setup… 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 »

Automatic Contract Invoice Generation

This function is used for invoice generation from service contracts and their invoice open items. New Stuff: How to find the factorial of integer? Navigate to Sales > Invoices > Automatic Contract Invoice Generation All the option on above screen are optional entries. This information is used target the invoicing to a group of contracts. Criteria are described… Read More »

How to find the factorial of integer?

You may come across a situation, where you may want to calculate the factorial value of an integer. Sage X3 has special command “Prd” to accomplish the situation. New Stuff: How to find  the logarithm Prd: Calculates the product of any number of variables or numeric expressions. Syntax: Prd Kindly refer to the below one line snippet… Read More »