• 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
  • VIREBOUT DON'T DISABLE NEW BUTTON

    Hi. I have v12 (2023 R2 (12.0.34)) and I create new window type Miscelaneus and Display = Full screen. I add two new buttons with code z an i , one validating and another no validating. In SETBOUT ACTION, I add this lines: Call VIREBOUT(CHAINE…
  • Extend product info in Price list entry

    Good morning fellows! Today I am looking for a way to extend product info on function "Price list entry". A customer wishes to be able to see field information "Description 2" in addition to the already displayed field "Description 1" within the grid…
  • Patch creation - include inquiry screen

    Hi togehter, we successfully modified an inquiry screen (added columns, changed order of the cloumns...). Now we want to share that inquiry screen with another X3 system. Unfortunately we cannot choose inquiry screens as an object in the patch creation…
  • 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!
  • How to find out where the script is used?

    Hi, Is there a way for me to identify where a script is being used other than identify from script name and description itself (unreliable since sometimes there's no description and badly named name). In specific, I would like to know where this script…
  • FAQ: Custom columns in Web Scheduling

    FAQ I've seen multiple requests on how to add custom columns to Web Scheduling and thought a quick guide to this case and Brickscould help everyone: Log in to the scheduler and select the Wrench -> Advance Configuration . Automatically,…
  • CONTOBJ treatment failed on dossie/folder validation on Homologation

    When trying to create/duplicate a customer in the customers function in the homologation dossier. We found error on @X3.TRT/CONTOB looking for rd_tiv funcion wich not found. We're trying dossie valitation, but we're found the same error. Version 12.0…
  • Tables for Sales Price List Set Up

    Does anyone know if there is a way to add the table BPADDRESS to the Sales Price List Set up? We want to set up specific pricing by ship-to state and this field is not available through the current available tables.
  • "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,
  • Sage X3 V12 Shortcuts

    Hi everyone, I came across these excellent and useful to improve navigation on X3 V12. A. Right Panel Actions ESC + N – new ESC + B - save ESC + C - create ESC + D - delete ESC + E - cancel ESC + ALT + U - refresh ESC + ALT + P - print…
  • Execute ACTION from STD on Sage X3

    Using Sage X3 v12 (2021R3), I try to execute on a TRT the $APRES_CHOI action from STD and SPE. My process is the following : Object called ZDK, I'm opening an action AZDK1 that opening a custom selection popup (with screens and backend-code). GACTION…
  • Custom messages in standard flyout?

    Hi folks I'd like to know if there's an easy way to show custom messages using the standard flyout banner (e.g. shown if record has been updated)? I know I can use Infbox to achieve a similar result, but the user should not be forced to click a…
  • How to store Blob image's type in a table ?

    I created a custom screen where I am displaying images related to a driver. I am using a datatype of ABB, input of Display, and Graphic object of Photo.I have an issue on how to store those images. I know that it is stored in the CBLOB table. In the screen…
  • 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…
  • Force to open [M:ENM] to modify stock movement through code or configuration

    Is there a way to force the popup screen on a qty line modification of a purchase receipt?
  • Set Column Titles Dynamically

    Is there a way to dynamically set column titles for a grid on a screen? I can do this: But I want to make it more dynamic, like this, but X3 doesn't like it.
  • RTF Pasting adds many carriage returns

    Just upgraded to V12 P27 and when we copy to clipboard from an outlook email in rich text format, when we paste it into a comment box in any screen (customer, supplier, sales or purchase order etc), it is adding _many_ carriage returns after each sentence…
  • 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…
  • PJM - Financial Overview - Cost Type Scope

    The financial follow-up of the PJM module claims to be prepared to represent outputs of other modules of the system, from purchases and sales movements typed with the type of cost present in the article or DEFAULT if it has no registered, time management…
  • 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?
  • Sage EM Web Services in V12

    Has anybody been successful in evaluating the errors returned from a SOAP web service call in V12? In previous releases, if the web service failed, a list of messages were returned in the CAdxMessage class. It appears that this class is now null when…
  • Variable like GUSER to determine the current endpoint/folder

    I am looking to see if there is a variable in X3 that contains the current folder/endpoint code (i.e. PILOT) the user is logged into (similar to the GUSER variable giving the user code). This variable would be something that I could use in code (i.e.…
  • Chinese Languiage Process Flow Diagrams

    I am looking for Chinese Process Flow Diagrams. We have Spanish, English, French, but I can't find a cChinese language one. We can change the language on X3 easily by switching the locale, but the flow diagrams are still in English.
  • Patching Classes

    Hi All, Hope you are well. I need some help please. We use the patching tool to create our patches and we currently have a lot of hybrid developments coming up using Classes and Representations. When we do our development we add each object to our…