• 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…
  • 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
  • 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…
  • Manual Matching (LETTRAGE) screen - actions are not being called?

    Hello, I want to make a simple specific script modification for the manual matching screen (SPELTR) however, it seems that actions do not work on the screen. The code is as follows: $ACTION Case ACTION When "AVANTBOUT" : gosub ZSOLCPT When default…
  • 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…
  • 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…
  • Editing Field to Screen

    Hi Everyone! I try to edit Column Type Input and chose Enter but after saving error will goes like this Does anyone know if I am doing this correctly? Thanks!
  • "ASAICAR" - which windows/functions use it?

    Hello, There's a screen called ASAICAR, I am wondering if there is some way to see where this screen is used throughout Sage, like how you can search for specific fields to see which screens use them. Thank you,
  • Workflow Rules message by Criteria

    In the message text area in workflow rules, I was wondering if we can display text in a email dynamically based on a criteria. This is my attempt, but doesnt work: |[F:PSD1]ITMDES<> '',chr$(13)+chr$(10)+"Order Description :[F:PSD1]ITMDES| Basically…
  • Adding Field to Screen

    Good morning Everyone and Happy Monday! I'm attempting to add PTHNUM to screen POH2, but I am receiving this error "Fields PTHNUM: Undefined parameter OBJZON ( Type VCR)." Does anyone know what I'm doing wrong and how to resolve this? Thanks!
  • Turn off Delivery Contact

    Is there a way to turn off the requirement of a delivery contact on the sales order? We are running into an issue where the contact for the sales order gets removed from our system which leads to an error message that the delivery contact doesn't exist…
  • Delivery Locking after validating

    I trying to validate my deliveries using the VALIDATION() subprogram in the TRTVENLIVV file. Whenever, I successfully validate a delivery, the record is locked up. I added the Unlock = "SDH"+delivery_number command, but the record is still locked…
  • Inter-Site Suggestion for multiple production sites

    We have an environment in V11 Patch 8 and need to have MRP trigger inter-site suggestions with multiple sites. The product is manufactured in both sites, but we need suggestions from the warehouses to drive the intersite movements. Here are the sites…
  • 4GL- Calling IMPORTSIL from grid contextual menu (GBOUT1) doesn't work

    Hi, I'm facing a weird behaviour. In my specific, I've developed a routine that uses IMPORTSIL to add a new line to an existing sales order. This routine is simple: Reads current SOH data and generates a text file Add a new text line from parameters…
  • CALL LISTE (GESATH) with LISTENAME and PARAMETERS

    Hi guys. I'm developing a map that aggregates a series of data by article (i.e. to the sum of the quantities in order). On the row I have a series of button actions, I would like to call consultations (created by GESALH) to show a details of data…
  • Window Tab Limit

    I am trying to add a 16th tab to the OITM(Products) window and cannot - is there a parameter or activity code to allow me to add the 16th tab?
  • Separate Badge for different key functions?

    Is there any way to separate " GESMFG" Function from the "ERPMAN" Badge and put it in to some other Badge? or create some custom Badge for a user who can access different Modules. like we have few users who required to use Distribution and Manufacturing…
  • XML Example of deleteLines and InsertLines

    Can I get an example XML view of how the deleteLines and InsertLines for SOAP web services will look like? Thanks, Chris
  • Recursive Funprog 4GL not working

    Hi all, i have a problem with this function: Funprog SUM_TOTAL(PROJECT,BUDGET) Value Char PROJECT Value Char BUDGET Local Decimal TOTAL If !clalev([F:PJBU]) Local File PJMBUD [PJBU] : Endif If !clalev([F:PJLB]) Local File PJMBUDLIG [PJLB] : Endif If…
  • Problem during modification of something with a new picking left list

    Hi, as mentioned in the subject when i try to modify a screen with a new picking list row inserted it returns to me this error: WNUMDOC-WLINDOC Undefined Parameter But i can't find these parameters anywhere I tried in OPOH window in Sage X3 V11
  • Add Line to Grid

    HI all, in Sage X3 v11 I need to fill a grid on click but I can't find a way to add lines to my grid, can someone share a script to help me, i'm currently working on Sage X3 SPE Script of that window?
  • Product Configurator Item Description in Multiple Languages

    Hello. I'd like to know how I can, through the Kit Creation on the GESCFG function, create 2 descriptions in different languages for the final item. I've tried to insert both descriptions on the Reference Compound and make no reference to the ITMDES1…
  • How to recall a badge in a soap api call?

    How would I call a badges information in a soap api call? In our rest api, we are passing the client id and session id, but we are not sure how to do this for a soap api call... Thanks
  • How to get data from the other class?

    I created two classes. One is Factory planning, another one is workshop planning. Factory planning, create product plan and give it to workshop. Workshop planning, create product plan and give it to worker. When workshop header create plan, he…