Browse By Tags

  • 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…
  • 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
  • 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…
  • 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
  • I need help with cloning a capability.

    Please any help will be appreciated. I am trying to clone a functionality from Customer BP Invoices under the AP/AR Accounting. In the Distribution field in Lines where you can perform analytical distribution I am trying to clone same functionality for…
  • Help Filter Left List

    I am a little stumped on trying to filter this left list. I need to only show the "No."s that have the highest revision number. On the picture attached, the only fields that need to be displayed on the left list are referenced with blue arrows. I have…
  • Customizing the date widget

    Hi all. Is it possible at all to customize the standard date widget? For example, i s there a way that the week number displayed at the footer of the date picker can reflect the week of financial year rather than the calendar year? Thanks in advance…