Tag Archives: Sage ERP X3

Auditing Connections in Sage ERP X3

Sage ERP X3 has come up with an interesting feature through which users can now easily monitor or Audit connections in Sage X3. These can be done whenever the AUDIT activity code is activated, the sage software is able to trace all the connections/disconnections to the current folder. These data stored in the ALOGIN table,… Read More »

Sage CRM adds more to your business operations tracking; goes beyond sales & customer relationship management

Pressing need for business systems With growing businesses and expanding customer base, enterprises face the distinct challenge of balancing agility against scale, streamlining critical processes, understanding prospects, and managing deeper connections. Business systems have evolved considerably over the years and are now more advanced than before. Today, businesses have invested in the infrastructure and technology… Read More »

How to determine the characters of the user entry types in sage ERP X3?

Adxtuc determines the characters of the user entry types. You may define types of entry that will be added to – or even substituted by –  standard types within an Adonix application. These extra types are described by one letter: their “code.” Syntax: [S]adxtuc (33) (32) Char Example: Output: Description : You may parameterize 32… Read More »

How to get Folder Path in Sage X3

You may come across the situation where you need to access the physical folder path in Sage X3. It could be easily achieved with the help of the keyword ‘filpath’. filpath: Filpath creates the access path to a file on a Sage ERP X3 application server. Syntax: Current_Folder_PATH=filpath(“”, “”, “”) Specific_Folder_PATH =filpath(“”,””,””,”Folder_Name”,””)             Parameter Details: Folder_Name:… Read More »

How to Replace Component on work order – Method 1

When it is necessary to substitute components or material on a Work Order BOM, Sage X3 allows the replacement of components on a Work Order if the Product’s Routing allows it. Following are the two methods for replacing a component with a substitution product Method 1: Remove the original component Method 2: Replace a component.… Read More »

How to Allocate the Bulk Work Order

We came into circumstance where one of the Client asked to allocate the bulk work order. Sage X3 provide feature to mass allocation processing of the materials linked to the production for a given site, a given period and a selection of a work orders. This processing can allocate material in a global or detailed… Read More »

Restrict deliveries for Customer’s non-working days in Sage X3

The Customer working day’s logic works on the Delivery date. Therefore if a particular work day is unchecked in the Customer – Ship to tab then the Delivery date cannot be chosen on the unchecked work days. However working day’s logic does not affect the Shipment date. Navigate: All -> Common data -> BPs ->… Read More »

How to assign Parameters for Open Sequential File

Iomode is used to assign for each open sequential file, the following parameters: Adxirs, Adxifs, Adxium. Syntax: Iomode ( Adxirs | Adxifs | Adxium ) Expression [using abbrev] where abbrev  describing the open file. Examples: # Read of the first 10 words in the line in sequential files # the fields are separated by ‘ … Read More »