• 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…

  • 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…

  • 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…