• 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…
  • What data is passed through AWRKMEL? Workflow code [F:AWA]CODE is null

    Hello, I want to change the workflow sender depending on the workflow code [F:AWA]CODE. The workflow code in question is ZTEST However, in a custom ZAWRKMEL script, the [F:AWA]CODE value does not seem to pass through. The result is an email sent by…
  • 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…
  • AM_ call to update screen field does not update the field

    Hello, I am using a simple piece of code to display a field from another screen in Manual Matching (LETTRAGE). When placed in an infobox, the data displays correctly, but when trying to Affzo the field on the screen, nothing is displayed. When the…
  • Display modified fields in a workflow programmatically

    Hello! I have created a simple workflow and script to display fields that have been modified in a PO where the cost is over $10,000. This works by checking the [M] field against the base [F:POH] field, and using RETVAL to display the changed information…
  • ARRAYS AND FUNPROG

    Hi everyone, I get stuck in a problem due to not knowing how to return an array from a Funprog I mean, I'd like to know if it is possible how to return an array from a Funprog Something like: ########################################################################…
  • Edit a screen field from script

    Hello, I have a process that sends workflow mail via existing product sites with safety stock, and after it runs, I'd like to set their respective safety stocks to 0. I've marked where I would like to implement this code in my code snippet. I tried…
  • Dark mode for Eclipse

    Hi, I am trying to enable dark mode on Eclipse, but I can't find how to change the colour of text from black to white. I can change the colour of special charachters (keywords, labels, strings..) but I find no option for the rest...so, in the end, I come…
  • How to get Batch task attached to a script to WORK in X3?

    Hi There, Would anyone help me? I am trying to run a simple batch task to generate a log file, but i can't get it to work. It seems to be executing ,but no trace file is generated. This code work fine on the script editor, but doesn't work when i…
  • Developer Documentation for ADC X3 Version 9

    I am working on an upgrade from Sage X3 version 5 to Sage X3 version 9 which included custom scripts to run ADC routines. One of the first things we found out was that ADC changed some of the file names between versions that contained the routines the…
  • Production BOM's - Customization V6.5

    Hello, We are trying to add a customization to the Production BOM screen (BOD1), which adds the average cost from ITV onto the mask for the screen BOD1. I have written the following code: $ACTION Case ACTION When "OUVRE" : Gosub OUVRE When "LIENS…