Browse By Tags

  • Script Error val_anagram st:1 Synt_err:1 error:Unrecognized instruction: Illegal character

    the code... # Import necessary classes to work with Sage X3 from x3 import BPCUSTOMER, ITMBPS, ZRAPPEL import csv from datetime import datetime # Get the current year current_year = datetime.now().year # Perform the query query_result = ZRAPPEL…
  • 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…
  • Script Syntax Question

    Please excuse my ignorance, but I'm trying to read some scripts in X3 and I'm wondering what the '!' before a function or command means. Also, can anyone confirm if the : is an end of line notation? I'm looking for 4gl language references that might…