Browse By Tags

  • Difference between ETAT and ETATN?

    What is the difference between ETAT and ETATN when it comes to automatically printing out reports? ETAT () from AIMP3 ETATN () from ETAT
  • Pick/Pack Report print via webservices issue

    I am running into an issue where the I can't print a pick report and packing report based on the delivery number that I specify. It seems like it is not reading the delivery number that I specify and just the STOFCY value I created a subprogram, and…
  • Loading Paper feed when using ETAT in 4Gl

    I wrote some 4GL code to have paper automatically print via 4GL code. When the job gets sent to the printer, the printer is asking to select the manual feeder with plain paper letter on the physical device. The user would have to press the automatically…
  • Using an ICON to link to a web page

    I have a icon and I have set up a script to make it clickable. When I click on the icon, it isn't loading anything. This is the code I have. Is this not possible with icons? Subprog CL_ZPICDOWNLOAD(VALEUR) Variable Char VALEUR() Callui RETOUR="" With…
  • Release products out of Quality Control via Web Services

    Has anyone released products from quality control using web services? If so, can you provide some details on how you did it? Thanks, Chris
  • How to make date > than a date value in 4GL

    How do I write the following statement in 4GL? if date$ > 05/01/2019 do this endif Thanks, Chris
  • 4GL for creating a quality control

    Has anybody tried to create a new quality control record via 4GL? If so, can you give me some guidance on how to do it? Thanks, Chris
  • Process[ZSOH] - No return code (status[6])

    What does this error message mean? I am getting this returned when I try to do a save call with my web services publication. (ZSOH is the name of my publication)
  • Button on Misc. Screen

    How do I go about having a button execute on a misc. screen? I have added the button on the right list, and I usually use the AVANTBOUT action to get the button to work, but that action is only executed on an object driven screen. I am not sure how…
  • Is it possible to have sage run javascript code?

    Is it possible to have sage run javascript code? Maybe write the code in the 4GL script? Anybody have any ideas that may work?
  • blob file storage

    Where are blob files stored on the sql server? (Like the actually physical image)
  • Clob Field not Pulling Values(Menu item)

    Hi I have a task where I have to add a Text Field(CLOB) on the customer screen as a menu item(on right side) So far this is what I accomplished 1.Added menu item and Enabled it in SETBOUT 2.Created a new screen(ZACLOB) with a CLOB field When…
  • Printing a crystal report via webservices

    Has anybody tried printing a crystal report via web services by creating a subprogram? If so, could you please send some examples so I can take a look at what was done to get this accomplished? If not, anybody got any ideas on the best approach for this…
  • how to make a certain task happen in only the production endpoint

    I am coming to a scenario where I can only have this piece of code be executed only in our production environment. Is there a 4GL command so I can have it run only in our production environment, and not in our dev environment (since we refresh our dev…
  • Line Menu - Data not stored

    Hi I created a custom field in table BPCustomer table. Enabled the item in SPEBPC script.When I enter text it does get stored in TEXCLOB table.(The save button also doesn't get enabled) When I enter text in this field I want to store it.How can…
  • 4GL syntax for if button is greyed out

    I created a custom button, but I was wondering how would I say if the button is disabled, do this...
  • 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?
  • How to get quotations in response using ASYRRESTCLI.EXEC_REST_WS

    I currently have this piece of code: Local Char YAPI(250), YURI(250), PCOD(100)(1..10), PVAL(100)(1..10), HCOD(100)(1..10), HVAL(100)(1..10) Local Clbfile YMTD(250), YREQBODY, YRESBODY, RESHEAD(0) YREQBODY ='{'+%22+'"SOHNUM:"'+%22+':'+[M]XSOHNUM+…
  • Sage auto tab after a scan

    Out of curiousity, is there a way to auto tab in sage when they scan in information to a field? For example, when I scan a barcode, and it puts the information into sage, then it should auto tab to the next field. Is this possible? Let me know as soon…
  • GDIV(3) in Relauto script

    I am trying to figure out what GDIV(3) does. There is a case statement in the relauto script and I can't figure out what option 1 and 2 mean. Thanks, Chris
  • Dossier Migration V9 --> V11

    Hi, currently we are upgrading a V9 (patch 6) to V11, in order to do so we need a dossier migration but we have some error on validation (function, screen etc), here an image and the trace log F48.rar
  • 4GL syntax for if this is a soap api call

    Is there a 4gl syntax that represents a if the process is by a soap api call? For example, let say im making a modification to sales order via the modify soap call. I have code in APRES_MOD, but I don't want that code to be executed when the modification…
  • List folder content in native mode

    Hi We have tried listing folder contents using this two approaches without success. First approach used to work in classic mode. 1. Call SYSTEME2(adxmac(0),"LSADX"-FOLDER,"",FILCOUNT, FILLIST) From ORDSYS (error, 'Unexpected end of JSON input') …
  • ADC Soap API

    Has anybody created an API call for an ADC function? More specifically, I am looking at the ADC Material picking screen and looking for information on how to write a write api call for this. Thanks, Chris
  • How to change sales order sales unit in sage X3

    Hello everyone, I have an query regarding sales unit, Can we change/edit sales unit (SAL) on line level when product sales data type set to "Flexible Kit" - Many thanks