While coding in 4GL, we often use message boxes to display the messages on some actions. But what if we need to ask a Question or need to give a warning to the user or just need to display a customized message on the heading of the box?
Yes, we can use a simple message box like ‘Infbox’ for this task but Sage X3 provides a different message box for the same, which gives a more liveliness user interface to the development.
Like if we need to add a question after a field action, we just need to add the following code snippets and the Message Box will appear on the screen. Look at the below screenshots…
New Stuff: How to display Wait Message in Sage ERP X3
- Yes/No boxes:
Local Integer YN : YN = 2 :# By default points on Yes
Call OUINON(“Do you want to continue?”, YN) From GESECRAN
- Ok/Cancel boxes:
- Local Integer OKCAN : OKCAN = 2:# Ok
Call AVERTIR(“Warning:\All records will be deleted”, OKCAN) From GESECRAN
- Information/warning:
Call ERREURT(“Information message”, 0) From GESECRAN
- Error message
Call ERREURT(“Customized Error Message…”, 1) From GESECRAN
These simple code snippets can be used to provide more user-friendliness to your screen.
Hope this Helps!!
About Us
Greytrix – a globally recognized and one of the oldest Sage Development Partners is a one-stop solution provider for Sage ERP and Sage CRM organizational needs. Being acknowledged and rewarded for multi-man years of experience and expertise, we bring complete end-to-end assistance for your technical consultations, product customizations, data migration, system integrations, third-party add-on development, and implementation competence.
Greytrix has some unique integration solutions developed for Sage CRM with Sage ERPs namely Sage X3, Sage Intacct, Sage 100, Sage 500, and Sage 300. We also offer best-in-class Sage ERP and Sage CRM customization and development services to Business Partners, End Users, and Sage PSG worldwide. Greytrix helps in the migration of Sage CRM from Salesforce | ACT! | SalesLogix | Goldmine | Sugar CRM | Maximizer. Our Sage CRM Product Suite includes addons like Greytrix Business Manager, Sage CRM Project Manager, Sage CRM Resource Planner, Sage CRM Contract Manager, Sage CRM Event Manager, Sage CRM Budget Planner, Gmail Integration, Sage CRM Mobile Service Signature, Sage CRM CTI Framework.
Greytrix is a recognized Sage Champion Partner for GUMU™ Sage X3 – Sage CRM integration listed on Sage Marketplace and Sage CRM – Sage Intacct integration listed on Sage Intacct Marketplace. The GUMU™ Cloud framework by Greytrix forms the backbone of cloud integrations that are managed in real-time for the processing and execution of application programs at the click of a button.
For more information on our integration solutions, please contact us at sage@greytrix.com. We will be glad to assist you.