Author Archives: Greytrix

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 »

How to find the logarithm

In Sage x3 we have many mathematical functions like sin, cos, factorial, avg etc. In this blog we are going to look for how to find the logarithm for given number. There is function “LN” which help us to find the logarithm.   New Stuff: How to apply a new License in Sage X3 V6.5 Syntax:… Read More »

How to validate begin and ending range in X3 grid…?

There can be occasions when you want to validate begin and ending sequence range in X3 grids. New Stuff: How to change the default index in X3? In a custom development I have come across the above scenario where in I have to validate the grid line entry to validate the begin and ending rangs. After… Read More »

Automatic Contract Invoice Generation

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