• 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!
  • SageX3 - Selection List

    Hi, in a custom selection script like this: GSELFAC = 1 : # campo che deve ritornare Filter [F:YPROD] CRITERE = "[F:YPROD]YITMREF='"+[M:POH2]ITMREF(nolign-1)+"'" NBCOL = 0 NBCOL +=1 : COL(NBCOL) = "[F:YPROD]YCODPROD" : TIT(NBCOL) = "Cod.Produttore…
  • Screen Field Size

    Good day Ladies and Gents Can anyone let me know if there's a way to make the fields appear larger on a screen? It seems to dynamically change when you change the size of your screen, but ideally there are some I could make larger by default and some…
  • ADC location override

    So I have been presented with an interesting challenge. In our company we've set X3 to batch allocate all available stock to meet all demand in the system. We also heavily leverage X3's ADC functionality. Our warehouse users are able to override the…
  • Keyboard shortcuts for side panel

    Hello all, I found out that in X3 V12 P18, Sage has updated the list of shortcuts for all buttons on the right panel (New, Save, Create, Delete, Cancel, Print, etc). I would like to use these shortcuts in a V11P8 environment. Only the shortcut Esc+N…
  • Class not returning table field when using representation?

    I'm having an interesting issue at the moment. I'm trying to call the TCWPOHTOSIGM representation and TCWPOHSIG class via the $details facet. It is not returning the supplier name though. The supplier name exists in the table, and the field BPRNAM1…
  • Change login page image

    How do I change the login page for sage EM to a different image? We are currently using version 11, patch 4
  • Pass user's default facility through Landing Page to linked report (x3v11)

    I've created a number of reports intended for Facility Managers to access through a link I made on their Landing Page. What I would like to do is pass their default facility through to the report to restrict the data they can retrieve to just that which…
  • 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?
  • Hybrid mode Development specifc/standard script management

    Hi everyone, Is there anyone who have experiance with Hybrid mode development for customer? I have a question how you handle Script managament below is my case: In standard Class PJMTSKITM we have property ITMREF this property has PROPAGATE…
  • Sequence number with 0-9 and A-Z

    I hope someone can help me. I need to create a unique identifier that consists of 5 characters, and the characters are numbers 0-9 and letters A-M. I also need the identifier to be created in order (i.e. a sequence number). I am not really seeing how…
  • Change text color

    I am trying to change the font color of particular records on a selection list. The selection list is built upon entering the SELECT action in GACTION. Below is the code that builds the selection list. When 7 Choose [F] & Where evalue(CRITERE) & evalue…
  • How to attach a PDF in native V7 classes and representations?

    Hi, How can I attach a PDF to a record in classes and representations (V7 native)? Best Regards
  • Lock a Sales Order in V11

    Hello, I am currently trying to find a way to lock sales orders that are included in a specific table created when a user accesses sales orders (GESSOH). When I try to do this, however, X3 will not lock the sales order. I believe it is because of the…
  • Sager X3 V11 - Display a chart in an homepage

    Hi, I've made a request using the standard query tool and I woul like to display this chart in an home page. It works fine within the requester - I could see the bar chart. I've successfully created the corresponding menu items (based on one provided…
  • 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…
  • How to customize representation page?

    Hi there, I tried to implement a small business using Sage X3. I had to make a my own new page. So for this, I did like as follows. - First I created a table and class. - After that I created a representation - At last, I made a mobile dashboard…
  • Sage x3 Mobile interface, propagate fields by code or hardware button (Andriod)

    Hi all, We have SAGE x3, V11 patch 80.003, and we're facing some problems to propagate information after field insertion in the Mobile interface. What we pretend to do, is similar to the "propagate" action in classic Representations or "After Modification…