• Multiple Margin calculation methods in sales process

    Hi all, We have a finished good product that is managed using AVC (Average cost). We have a scenario where we need create a quote or sales order and have the standard cost value for the product load into the Cost field with the margin calculated based…
  • After V12 installation, connect to X3 folder, no classic functions

    Installation on new servers, V12.24. Console configured, all active, Syracuse and Mongo installed on separate server. Can log in to X3, added solution, auto populated all settings, can add X3 endpoint, added super admins to X3 endpoint. WHen I connect…
  • How import assembly doc?

    Hi everybody. I need import assembly doc, but now in X3 V12 this object hasn't active import check. I try to active and create import template, but all time system says that first line are not completed, and don't create doc. First, in BBY Object…
  • Sage X3 Operational Budgets

    Hello, We are using Operating Budgets (Envelopes and Entities have been set up and is working fine) My question is around multi-year budgets Normally if you have say a 3-year budget you need to enter a budgeted amount per year not breaking the…
  • Payment Screen (BP AMOUNT) search bar not working

    Hello All, Happy new year. Please i notice on payment screen E.g Bank transfer - if i try to search for a transaction using amount field i get an error message. Please kindly find screen shot below.. Please help. Thank you.
  • Script editor V12 & debug

    hi all how do you write & debug code in V12 ? I was told that I can only use eclipse and it is very slow to debug + performance is bad + weird to attach eclipse to a process. eclipse also disconnect from unknown reason during debug. thx B…
  • SAGE X3 Hide unneeded landing pages

    In SAGE X3 V12 it seems that we have double all of the landing pages, so as an example we have an A/R Manager landing page and a NA A/R Manager landing page that is the same. I want to remove or hide the unneeded pages to clean up the user interface for…
  • Purchase Order import - sequence numbers

    Is it possible to import purchase orders and assign the PO number at the time of import. These PO's are coming over from the retired system and we do not want to use the sequence as part of the import. Looking at KB 95260 it implies this is not possible…
  • Submit for scheduling is available if Prod Scheduler not active V12

    upgrading from U9 to V12. Prod scheduler activity codes POCOM, POPS are inactive and have been validated as inactive. Cannot get POPSN to save as inactive and it shows active. Not using Planner One/Production scheduler. In manufacturing work order the…
  • Sage X3 Warehousing (GEODE) Patch V12.0.22 has been posted (KB 105063)

    To access this download, log into https://support.na.sage.com/ and in the search field type 105063. Click Search. For a complete list of available Sage X3 full-product downloads and patch updates, see the Sage X3 Download Portal. To access the Sage…
  • Is there an entry point or built in function to view an attachment?

    On X3 V12, I want to add a button or menu item that opens an attachment on an object without opening the attachments popup window. I know all of the parameters of the attachment and want to know what the code is for viewing the attachment. I see GOBJTXT…
  • Orders by period don't use the company's fiscal periods

    When you use the sales and purchasing enquiries they generate graphs using a calendar quarter (Q1 = 01/01 - 31/03) rather than a company's fiscal quarters. When using Order per period enquiry there is a field which allows you to enter a company. …
  • Integration with MS Office: The object does not accept the property or the 'getLanguage' method // El objeto no acepta la propiedad o el método 'getLanguage'

    Hi There, I am trying to integrate Sage x3 v12 with MS Office, and I am facing the error below, when setup the datasource: Cannot read property 'shortDate' of null --------------------------------------------------------------------------------------…
  • V12 Personalization and Menu Import

    Hello, I'm working on publishing the X3 folder for V12 and I'm at the stage where I need to run the Personalization and Menu Import. When I run it, it fails very quickly with this error. Has anyone seen this before?
  • How to increase the number of button on the screen header

    Hi, I would like to know if there is a way to increase the number of buttons showing on the screen header. As example: On Suppliers, I added 2 new buttons, Test 1 and Test 2, but on the header there are only 3 buttons ----------------------…
  • 4GL - Reading a field value and formatting

    Hi all, I would like to read a value from a field (TEXT) and If the user entered a value different than only numbers the system will replace all non number characters to blank. something like : replaceAll( ' [^0-9] ' , ' ' ) is it possible? …