Category Archives: Configuration

How to upgrade Apache Service with binary files

We may came across a scenario where we want to upgrade apache service using binary files. We can achieve this by using below steps: Note: Here we are upgrading apache from 2.2.17 to 2.2.34. Download the zip file for apache 2.2.34. Extract it in the system. Stop the apache service. Copy all the files from extracted… Read More »

How to set condition for purchase order close

Sometimes we come across a scenario where user needs the purchase order to be closed only after certain conditions or never. Sage provides a functionality ‘PO line closing method’ which helps the user in setting them.  Navigate: Parameter –> Parameter values –> Purchase  Click on Rest Management — > PO line closing method Set the… Read More »

How to secure MongoDb in Sage Enterprise Management

We may came across a scenario where we want to secure a mongodb service. We can achieve this functionality by using below steps: Uninstall mongodb service.now re-install MongoDB with SSL certificate checkbox checked. This will generate “client.pem” file to secure MongoDB access. After re-installation of MongoDB, “Client.pem” file will generate in D:\Sage\Syracuse\syracuse\certs\mongodb(In this case I… Read More »

How to know current function by its internal number

In Sage Enterprise Management, GFONCTION returns the name of the current function. Menchoix returns the internal number of that function. “Menchoix” identifies the current function by its internal number. This variable is only used by the supervisor. Whenever you exit menu management via the ONevent ITM_MENU instruction, the menchoix variable is loaded by the function… Read More »

How to Overcome”Valuation price null not authorized!” error in Sage x3

While creating miscellaneous receipt transaction in Sage X3, we will often get an error “Valuation price null not authorized! “ Particularly, this error is generated for the products which are not having the value or gross price in stock. We can overcome this by the following steps: Navigate to : Setup > Stock > Valuation… Read More »

How to get the value of the current variable/field in Sage X3?

ZC contains the value of the current variable (in input, initialization, check, selection and help mode). Class, Type and Dimension: Type of zc depends on context that corresponds to type of variable being entered (at the time of check or help is executed) or being initialized. [s]zc Examples: # In a routine associated with a… Read More »

Handling the Customized Fields Using Entry Transaction in Sage X3

In Sage X3, whenever we do any change on transaction screens like order, shipment, receipts or any other screens, we need to validate Entry Transaction. But, we may come across a scenario where user wants the modifications to behave differently depending on the transaction selections. For e.g., A customized field on Sales Order is to… Read More »