Disallow shipments when Short of quantities in Sage ERP X3

Sage ERP X3 provides a feature for restricting shortage delivery even if suspense transactions are allowed for a product. To achieve this, follow bellow steps. Navigate to Setup->general parameters->parameter values->Inventory->Miscellaneous -> Details New Stuff: Limit number of columns or fields loaded from tables during read or write instructions Set the value as “No” for SHTDLV parameter.… Read More »

Link tables in Sage ERP X3 through coding

Function name: Link Description: Link is used to defining a set of links between various tables, as well as the single abbreviation to access these tables with one instruction. Syntax: Link class_p with list_links as class_l Refer below snippet of code for better clarification. New Stuff: How to get the number of records modified by Update… Read More »

Real Time Tabs in GUMU™ for Sage CRM – Sage ERP X3

As we have mentioned in our previous blog, we are integrating Sage CRM and Sage ERP X3 with key features such as importing customers from Sage ERP X3, Promoting orders and customer from Sage CRM to Sage ERP X3 orders, Synchronous Dropdown, displaying Sage ERP X3 data on real time basis, etc. New Stuff: One… Read More »