• Access value on an embedded page from sage

    Hi, We are embedding an external page into sage. Users need to input data and the form returns an encrypted value back. This is stored in a hidden field on the embedded page. This is working well. However I need to get a value back from there into sage…
  • Adding Administrative screens to a process map in V11 results in JSON screen

    Hi there, We'd like to add administrative screens such as Users and Batch Server as links in a process map, but directly copying the link or using a relative link such as /sdata/syracuse/collaboration/syracuse/batchServers?representation=batchServer…
  • 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
  • Question about translating Administration module.

    Hi, Reference used: - Where to locate the locales for languages - https://online-help.sagex3.com/erp/12/howtoguides/en-US/legislations/Add%20a%20non%20standard%20language/Content/How-to%20guides/Legislation/Add%20a%20non-standard%20language/T1%20Add…
  • Order number on Open Items panel

    I'm trying to display the order number from either the SINVOICED or SINVOICEV table in the "Open Items" left panel for A/P-A/R accounting payments. I have it all setup, but the value is always <empty>. I know there is data that could be displayed, it…
  • Creating Buttons in Sage X3 Screens

    I need to create a button on the screens, but in Sage X3, I only found small icons. Is there a way to create it?
  • Navigation Menu Blank White Screen after importing a Functional Profile to a New Profile

    I setup an Import Template for Function profile because I needed to do a mass update of site-grouping without losing the options. I exported a functional profile, made changes including to replace the x3 code of the profile to the new code and the import…
  • Unknown warning upon login - Access to the ERPMAN badge(s) has not been granted

    Hello, One of our user groups randomly started experiencing this warning upon logging in. Does anyone know a fix? Thank you, Zoey
  • How to call action flags in "Standard Processing" types of functions - FUNCLEAR (Close & Reopen Purchase Orders)

    Hello! I've added a field, ZMNSTA, to the CLE2 (Close & Reopen Purchase Orders) screen, in order to display a custom field from ITMMASTER for each product. However, upon entering my code into SPECLE2, it seems that no actions are being called at all…
  • SAGE X3 L4G

    hello how to "grizo" a screen before using the creation that means after creation the screens will never have "grizo" and Thank you very much
  • VIREBOUT DON'T DISABLE NEW BUTTON

    Hi. I have v12 (2023 R2 (12.0.34)) and I create new window type Miscelaneus and Display = Full screen. I add two new buttons with code z an i , one validating and another no validating. In SETBOUT ACTION, I add this lines: Call VIREBOUT(CHAINE…
  • How to write Sales order Header and Footer Text through web service

    Hi, I have a custom screen with a Create Sales Order button. As soon as user clicks on the button, I am calling a webservice to create Sales order. How do I write the Header and Footer text from my Custom screen to Sales order screen using the web…
  • Use table from another folder

    Hello everyone In X3 documentation it is described that it is possible to use a table from Folder A in Folder B. https://lvexpertisex3.com/x3help/ENG/V7DEV/4gl_file.html I tried it like this: Unfortunately it doesn't work with the period between…
  • Call script method from another folder

    Hello folks Is there any way I can call in folder A a method from a script in folder B? Something like this? I'm writing an entry point which must be written in X3 folder. We have library scripts in not X3 folder. Instead of copying those library…
  • Generate a pick ticket programatically

    Hi there Is there some way to generate a pick ticket through code using only a sales order number? Ie. what the "Preparation" button does in a sales order? Thank you Zoey
  • Navigation bar is strange

    Hi there, My navigation bar changed overnight. Just wondering if anyone knows what happened. Everyone else's seems to be normal. Several items displays alternative text that does not align with the rest of the users. "Inventory" instead of Stock…
  • Econnreset read on Create "Customization and Menus initialization"

    Hi, I'm doing try install version 12.0.27 and when I start create "Customization and Menus initialization" the aplication returns "econnrest read" like picture below: Any suggestion ? Thanks
  • 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…
  • How to insert PDF files in Rest WS - EXEC_REST_WS

    Hello, I use the EXEC_REST_WS function to send a json to a REST web service but I don't know how to insert a pdf file. There is a parameter in the function (Clbfile DATA) to pass parameters in json format, but I don't know how to insert a pdf file into…
  • Rest WS

    Hello, I am trying to create a Signaturit request (GET/POST), but I cannot find documentation. I am trying with ASYRRESTCLI.EXEC_REST_WS but in the WS test in Sage. Thank you so much.
  • Default value for specific components

    Hello, Im looking for solution to add default component value in function GESDBY Disassembly. I tried to use something like this: $APRES_CRE For i=0 To max([M:DBY1]NBLIG -1) if [M:DBY1]ITMREF(i) = "X" [M:DBY1]PRIORD(i) = 17 Affzo [M:DBY1]PRIORD…
  • Target entity not found

    Hello everyone, When trying to create a sales invoice in a custom development we get the application error 162: Target entity not found[D,A,A2,464]. Error code is 102. Unfortunately the error message not helps me to identify the cause of the problem…
  • Color-picker widget node js

    Hello, I'm trying to use the color-picker bundle but it does not seem to work following this tutorial . Has anyone been able to install it correctly? Thanks in advance.
  • custom field

    Need help with new custom field formula. I create custom field "Net Available Stock" I have added the custom field to below screens, functions. now I need the field to work accordingly. I create a custom script for net availability and still having…