Browse By Tags

  • 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…
  • Reading data from the REST Web Service

    Hi All, We are calling a REST Web Service via the classic 4GL code with " Func EXEC_REST_WS" . I am using a simple GET to retrieve information. The parameters that are described in the Online Help ( link here ) make use of a Return s parameter.…
  • Date 4GL incompatibility

    Hi, How do I write this 4gl statement for a Date Datatype? Subprog C_DAT(VALEUR) Variable Date VALEUR If VALEUR = "" mkstat=2 GMESSAGE = "Date is Mandatory" Endif End This is throwing an incompatibility error because I think you cant write…
  • FUNAUTALL - Automatic Allocations 4GL

    So I am trying to add a filter to the selection criteria during entry point AUTALLFIL for sales order automatic allocations My code is as follows: If [M:DIA]ORDDAT <> [0/0/0] CRITERE -= ' & ORDDAT >= "' + [M:DIA]ORDDAT + '" & ORDDAT <= "' + [M:DIA…
  • User Groups

    Hi All, In Administration > Administration > Users > Groups , is there a way (in code or otherwise) to get hold of the Role, users linked to group and Endpoints? I've tried to get into the representation but it is not listed in the dictionaries. I…
  • 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…
  • Filtering Miscellaneous table based on a list

    FormerMember
    FormerMember
    Hi Everyone, I am working with Sage X3 People U9 patch 8. A miscellaneous table called Bank branch was created with Bank On the Employee bank screen, When a bank is selected, all bank branch corresponding to the bank should be filtered automatically…
  • 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…