• Is it possible create new keyboard shortcuts in Sage?

    I was asked about a shortcut to print a screen array to an Excel export, instead of the user having to click "Excel Export". Thanks, Zoey
  • ZONSUI no works

    Hi I try to use zonsui to move cursor in a grid. In After modif subprog field, I added zonsui = "NAMEFIELD", about another field from grid. This optioon no works. I try too zonsui = "NAMEFIELD("+num$(nolign-1)+")" , but no works too. Version…
  • Procedure in SEI

    Can anyone briefly explain what the procedure is in SEI? It would be much better if an example could be added. Thanks in advance!
  • Home Pages - Process flow

    Hi folks! I am working on landing pages and I am still not getting this right. Has anyone been able to customize pages? I would like to make this visible in my Test Page
  • add field in receipt with stored information product.

    Hello, Please i'm traying to add field to receipt line document with designation 3 information product. Can someone help me please?!
  • Difference of Table Fields and Screen Field

    Hi All, I have been using table fields to upload and connect it to its respective screens while working on an import template. But in address tab it uses "Screen fields" Does anyone understand the purpose or difference between the following fields…
  • Is it possible to change a field title in Sage X3?

    Is it possible to change a field title in Sage X3?
  • Undefined parameter LEG

    Hello All, Kindly help, I am getting error message when I try to validate payment screen (PAY00) I increase the description field length to 150 characters and when I validate the PAY00 screen, I am now getting the attached error message. How can…
  • Adding custom fields to PAY1

    Hi there, I have a need to add a custom field to the grid array in screen PAY1, but I noticed the screen itself it is marked as "Templ. screen" and the verification button is greyed out. I tried adding the field anyways and verifying entry transaction…
  • SAGE X3 SCRIPT EDITOR - CONDITIONAL MANDATORY FIELD

    Good day all. I want to write a small specific with an action on a field. If Field A = 'condition' then Field B = Mandatory user input. Mandatory user input, users cannot move away from the field until they enter the data. What is the command in…
  • Entry point not called

    Hello everyone I try to implement the entry point https://online-help.sageerpx3.com/erp/12/wp-static-content/static-pages/en_US/OBJ/ADC_SERVEUR.htm#APE_30_10 with action REQUETE. I created the entry point and the processing script in the X3 folder…
  • Customizations in X3 folder

    Hello everyone We sometimes have problems when a batch job runs more than once. In order to prevent this we want to use the entry point SERVEUR with action REQUETE https://online-help.sageerpx3.com/erp/12/wp-static-content/static-pages/en_US/OBJ/ADC_SERVEUR…
  • 404 not found error when creating new request object

    In code block below I am getting a 404 error when creating the request. I assume i need to provide the full path but can't find the documentation as to what that path is. This began with the lastest patch level. It worked as is before this. Anyone…
  • pass a field from sales order to sales delivery based on the sales order number

    I want to pass the sales order qty field to the delivery to compare and control the delivery qty(control table ) i see the control table work on the same screen.
  • Creating SALES ORDER with custom fields using SOAP

    Hi All I'm facing an issue while trying to create an Order using SOAP Webservice. In my SALES ORDER Table, I do have custom field that I want to send through SOAP. Unfortunately, it's not working when I pass the custom fields in the SOAP object. But…
  • Call AM_GROPRI when the field input is display only

    Hello, In some cases I need to modify the "GROPRI" field on my sales quote's lines via SPESQH. In order to automatically recalculate the "NETPRI" field, I understand that I need to use the following function: Call AM_GROPRI(VALUE) From W1SQH2 …
  • [4GL] Screen's field action on import template for UPC Code to Product Code.

    Hi, 4GL question. I have a custom import template. There are two identifiers, Header and Lines. For Header identifier, it will always be one row in the import file. For Lines identifier, it can have multiple dimensions (translated: it can have…
  • Is it possible to extend the export selection criteria field?

    Hi, I tried updating the field CRITERE on the screen EXPOBJ from 120 to 250 but something is still truncating my criteria to 120 characters. Any suggestion?
  • TRT folder. Significance of W* files

    Hi, Would like to know the significance of the W* prefix files in TRT folder of each Sage X3 folders. [1] Is it safe to delete W* prefix files in TRT folder on folders that is not named X3? [2] What are the W* prefix files in TRT folder? [3] How…
  • Menu item - type: query - "where" parameter operators

    Good morning, I'd like to filter a query for a landing page on my X3 v11. I see on X3 online help that you can add a "where" parameter to a menu item and add sdata conditions, but the help says: Only simple conditions using "le", "ge", "eq", "lt"…
  • STOCK MANAGEMENT

    Can someone help me how can resolve this error. am just a novice when it comes to sage.
  • Display a screen field as a searchable entry in the browser object - is it possible?

    Hi there, I have a need to display the total debit [M:HAE2]TOTDEB and total credit [M:HAE2]TOTCDT screen fields seen in the bottom left of this screen (GESGAS) in the Accounting Entries browser object (GAS) shown on the left. You can see where I've…
  • Adding Supplier address field in Product Site - Supplier table

    Would it be possible to display and select supplier addresses in a supplier table in product site?
  • View Archive Folder scripts from the Web Service script editor

    Hello, I want to make some modifications to SPEITM, but I noticed that our Sage x3 provider has done some of their own in a custom file, YSPEITM which they've called at the action runtime in SPEITM: Unfortunately, this script does not exist in the…
  • Entry point when report is finished printing

    Hello We have the problem that sometimes the print server not prints out a report. Even though we started the print for a document (e.x. purchase order) in 4GL with the following code: For a custom development we are looking for an Entry Point which…