In any programming language, we need to do error handling for smooth working of any functionality. In Sage X3, the error management is done by Onerrgo instruction.
When the errors are intercepted by the instruction Onerrgo, an error leads to a branching to the corresponding label. The corresponding error number can then be found in the variable errn and the line number in the variable errl and the stopping of the execution by the instruction End, or the restart of the execution at the instruction following that which provoked the error by the instruction Resume.
Errl:
• Returns the number of the line in a script where an error occurred. It can be used in the error handling routine set by Onerrgo.
• Errl returns the line number of a routine generating an error on execution or interrupted by the interrupt key.
• The result is an Integer type.
Errn :
• The number of an error generated in an Adonix routine.
• The result is an Integer type.
Let’s look at the following example for better understanding:
Output:
Hope this helps!
About Us
Greytrix is one stop solution provider for Sage ERP and Sage CRM needs. We provide complete end-to-end assistance for your technical consultations, product customizations, data migration, system integrations, third party add-on development and implementation expertise.
Greytrix have some unique solutions of Sage X3’s integration with Sage CRM, Salesforce.com and Magento eCommerce. It also offers best-in-class Sage X3 customization and development services to Sage business partners, end users, and Sage PSG worldwide.
For more information on Sage X3 Integration and Services, please contact us at x3@greytrix.com . We will be glad to assist you.
Also Read:
- How to Solve “expression too large” error in Sage X3
- How to display serious error message box
- How to overcome the ‘table full’ error in sage x3 while importing the file
- How to solve validation error while creating import/export template of XML file type
- How to handle the errors in Sage X3 with custom message?