Ir al contenido principal

Short-Cut Keys


Well today I would like to elaborate on the Short-Cut Keys in Sage ERP X3. This might seem like it should not be that big of a topic but you have to remember that the same code base is used for what I call the thick-client (or rich client) user interface and the web interface. The application can run on Windows or Linux. So there are a few anomalies from what some standard Windows users might be used to.
This is not meant to replace SageU training or documentation. I just felt it necessary to provide you with a general understand of the definitions since I have referred to a few of these in prior blogs and I will be doing so in future blogs.
Well let's start from the top. This is one everyone should be comfortable with. I will use the Customers form to discuss this various short-keys since this was the form I mentioned in my previous blog. You can launch this form by going to Common Data -> BPs -> Customers.
  • F1 – Displays help for the Current field
Beware not every field, but almost every field will contain help. Some of the fields will be more useful than others. This shows the field name of the Customer field. This corresponds to the database field name.
  • F2 – Opens a field (you can also double-click the left mouse)
For example in the image below you can see that I am sitting on the Address CRP1 for Customer C6001. However until I press F2 or Double-click on the field I can't enter into that field.
The same form below after pressing F2. You can see the cursor is now in the field.
  • F4 – Displays Pop-up Option Menu (you can also right mouse click)
The field that was selected below was the Customer. By pressing F4 or right mouse click you will be presented with a Context menu. You can further execute this menu with your keyboard as well by pressing the down arrow to scroll down the list. Once you get to the item you wish to execute you can press the enter key. You can also use your mouse to select one of the menu options.
  • F5 – Used to Refresh a List or Window
Suppose you have filtered the search on the Left List as show below you can see a filter is on the Customer column. I have this filtered to just include Customer's that begin with 'C'. If you press F5 this will take the filter off and refresh the list with all customers.
  • F6 – Displays the Screen Name, Field Name as well as Data Type or Sizing Information in Respect to the Current Field
I pressed F6 while on the Customer field of the Customers window. You can see the Field name and Screen name in the Title bar of the window below. You can also see that Data Type and Length of the field.
F7 – This Window has Multiple Purposes
  • Allows you to Key-in or Lookup a Window or Screen and go directly to it by entering the function name and click the blue process button to the left of the field. You can also do an F5 or right click context menu lookup to select a function name.

  • Allows you to Key-in or Search for the Title (Name/Description) of a Window or Screen and go directly to it and click the blue process button to the left of the field. You can also just enter part of the name of the function description as I have below. You can click on the Ok or just press enter. It will return your results lists as shown in the second screen shot. You can just click the blue process arrow in the Access column to go directly to that function.

    It returned the results where it found Order in the Access path results from your Search criteria above.


  • Shows a History of Processes that were run by the Current User, this shows on the right of the window below, you can launch to that function by clicking the blue process arrow to the left of the window name.

  • F8 – Display the Last Read List
  • F9 – Tunnels to the Entered Value's Setup Function
If I press F9 while on the Category field below it will take me to that Fields parent form
  • F11 – Displays an Objects Properties
This will show the history behind the parent property of the object you are on.
  • F12 – Opens a Selection List for the Current Field
This is similar to using the F5 context menu above but only shows the select list for that field instead of all the other menu options.
  • Shift+F1 – Displays Help for the Current Function (Task)
This is not available on every function and has limited data related to it.
  • Alt+F1 – Show Parameter Help
This shows the use of a parameter, level of localization, and it global variable association. This is not available on every function has limited data related to it.

I hope this makes your UI experience more valuable. In my opinion it is not quite as user-friendly or rich in feature set as it could be. I would like to see some short-cut keys for the page-frame tabs within the windows as well as short-cut keys for the action menu items such as Save, Create, Cancel, End, etc.

Entradas populares de este blog

Valores de fstat

Fstat fstat  is a numeric status that is returned upon execution of a database operation, a sequential file operation, or a lock instruction. Syntax fstat Examples # MYTABLE is a table with a key called KEY1, that has a unique component called KEYVAL # Create a record in the table MYTABLE with they key value 1 if it doesn't exist Local File MYTABLE [MYT] Read [MYT]KEY1=1 If fstat [MYT]KEYVAL=1 : Write [MYT] If fstat MSG="The key was created in the mean time" Else MSG="Key created" Endif Else MSG="Key already exists" Endif Details fstat  is always set to '0' if the operation is successfully completed, and has a non-null value if there is an error: In a sequential read ( Getseq  and  Rdseq ),  fstat  is set to '1' at the end of the file. On  Lock ,  fstat  is set to '1' if the lock could not be performed. For a database operation ( Read ,  Look ,  Readlock ,  For ,  Write ,  ...

3 ways to send a mail from code in Sage X3, with more attachments too

Origen Fuente:  https://en.sagedev.it/sagex3/send-mail-from-code-with-attachments-sage-x3/ Autor:  https://en.sagedev.it/category/sagex3/ In this post I’ll show you how to send a mail from adonix code in Sage X3. The points we will face are: 1) Meladx/Send introduction 2) Sending  through  meladx (the best way for me: at the end with just a single code line you send a mail!) 3) Sending  through  Workflow 4) Sending  through  ENVOI_MAIL(…) From AWRKMEL Sending mail from code in Sage X3: Send vs meladx Sage X3 has two native ways for sending mails. The first way is  meladx  executable file, that you can find in  runtime\bin  directory. The seconde one is Send instruction, that was used to send mail through an application of the client station (for more information on “Send GSERMES”  go here ). The Meladx executable Meladx send messages through SMTP/POP3 protocols by means of the mail  ...

How to Install and Manage Sage X3 Add-Ins in Microsoft Office

When you enable an add-in, it adds custom commands and new features to Microsoft Office programs that help increase your productivity. In this blog post, we’ll review how to install the Sage X3 Add-In for MS Excel and what to do if your Sage X3 Add-In is missing. Fuente original: https://www.netatwork.com/how-to-install-and-manage-sage-x3-add-ins-in-ms-office/ How to Install the Sage X3 Add-In in Microsoft Excel Go to Administration > Utilities > Installation > Install addins for Office V11 Image:   V12 Image:   It should begin downloading the exe, open the exe Next > Install   Open Excel > File > Options   Select Add–Ins > Manage: COM Add-ins > Go   Check the “Excel AddIn for Sage” > Ok   You are now ready to export Excel-based reports/grids from Sage X3. How to troubleshoot and fix a missing Sage X3 add-in in Microsoft Excel Open the Microsoft Office product where the  Sage X3  add-in is missing. Go to Options: Se...