How to Check Whether the Given Directory/ Path Exists or Not

In Sage X3, we may come across a situation where we need to know whether the path or a particular directory exists or not. We can know this using following function: Syntax: filinfo(path_fil, arg_ent) Parameters: path_fil: Char type expression for the file path to be tested Arg_ent: Integer expression specifying the property to be found.… Read More »

How to disallow user to unblock an order?

Sage X3 has a parameter which can be used to disallow a particular user with the rights to unlock an order which has been put on hold manually or whose credit status is blocked. To disable a particular user to unblock sales order, please follow the following steps: Step 1: Go to Setup >General Parameters>Parameter values… Read More »

How to handle the errors in Sage X3 with custom message?

Here, we are going to look for the standard Sage X3 error handling process. It helps to trace error and passes error message to the end-user. Also it will helps to avoid interruption. In other word, it states the error and allow us to continue with the error messages. In Sage X3 when a number… Read More »

Rounding off Net Unit Price in Sales Order

In a Sales order, while dealing with pricing we may want to round off net price to the nearest decimal. Sage X3 provides a parameter where we can set whether we want to round off the price or not. SALRND parameter is helpful when the pricing value is in decimals. This parameter stipulates whether a… Read More »

eCommerce Promotions and Marketing

Promotion is a powerful tool to entice and encourage your customers to buy from your store. A wisely designed promotion campaign helps online retailers in marketing their products, increase customer traffic on their store and pull down cart abandonment rate. As the holiday season is approaching; the internet is full of offers, attractive discounts and… Read More »

Financial Data Extraction in Sage X3

Financial reporting involves the revelation of financial data to company stakeholders, this also helps people to understand the company’s performance over a specific period of time.Normally the Financial reports are extracted Quarterly or Annually basis. The primary purpose of Financial Reports can be segregated in 2 points: Since the FR’s provide a picture of the financial… Read More »

Locking a record for specific time

Lockwait sets the number of seconds that each attempt will last at locking a record, file, or symbol. New Stuff: How to enable search engine in Sage X3 V8 Please check out below code snippet for how to Limit the length of the lock attempts to five seconds. ################################################### lockwait = 5 Trbegin Lock COMPTEUR If… Read More »