Browse By Tags

  • Application Error on Stock Change Transaction Screen (GESSCS)

    We get the following error when selecting stock change transactions from the left list (not attempting to make any changes to the selected transaction) and when entering the stock change screen. Has anyone else encountered this error or have any idea…
  • Keyboard Shortcut change

    Typing ESC-3 moves to the third tab. But the current entry field stays where it was. So you still have to grab the mouse and click in the field that you want. If you hit the TAB key it scrolls backward to whatever was the next field. I think it would…
  • Are your Sage X3 blocks missing?

    Are blocks missing from your screens all of a sudden? What is a block anyway? In this blog, I will review where to check you have areas(blocks) on entry screens that are suddenly not there. Let's jump right into this. First, what are these blocks…
  • Extending the usage of "Activity codes" to the level of each attributes of a Table/Screen fields!

    Many times, we need to change only one or two attribute of a field in a screen or table but we don't want to lock it down based on a custom activity code so we will miss out on next patch / migration changes for a given field. Example, a field to…
  • Error: "The entered value does not repsect the field format or type" - Unable to add comments in the "Delivery Comment" box of Order Management

    When trying to add comments in the "Delivery Comment" box of the "Delivery" tab on the Order Management screen, I encounter the error message in the attached screenshots. This seems to occur when trying to add several comments. I'm trying to shorten the…
  • Collecting Information from Checkboxes in TableLevel Scripts

    A customer had a requirement to add a series of check boxes to the Lead screen. The check boxes would allow the user to quickly classify and collect the different interests of a prospect as it the new Lead was entered into the system. Once the lead was…
  • The Client Side CurrentUser object

    In every screen (entrygroup) where you can add javascript ( And other articles discuss how the CurrentUser object could be used to extend the functionality further by making reference to the current users team or checking whether the user has info manager…
  • An Example of Codeless Customization: Adding Extra User Record fields to the interface

    This article is based on a requirement that a customer had to store additional information about each user that was also under the control of the user. The original customer requirement was quite simple, they needed to allow each user to maintain their…
  • New Search Screen Fields

    I created a new search screen so a user can search every address, not just the default address. For some reason when I go to maintain the screen definition some of the fields from the list are missing, whatever fields AREN'T part of the entity I created…
  • Error When i click on continue button in opportunity

    Hello dears, I have a problem when i click the continue button in opportunity summery and redirect the page to a custom entity, this issue only appear for the admin user, all other users redirect to the custom entity with no problem....any help
  • Add Content to Custom Entity Screen Using .NET API

    I have a requirement to show child records on a parent record's screen, similar to the way quote lines are displayed on a quote screen. The parent and child entities are custom entities. (I'm fairly new to Sage CRM and just getting started with the…
  • User Select field show with listbox

    Hello everyond . I wonder why i create an User Select field for entity entry and it always show with Listbox in screen? It look so long. Could anyone tell how can i change it to dropdownlist ?
  • Hide/Show Fields depending on selection

    Hi, I'm modifying the scripts of the Company screen so that I can show/hide a field depending on the type of Company. The thing is that I have almost done it but there is one case in which it doesn't work. I've created a new field and I've added it…
  • Load Field Value Based on Related External Table Field

    Dear All, I have been searching all over the community some simple process to set data into a field based on other external table field. Let's see an example: Sage CRM Db: Table Company: comp_companyid, comp_name,... External ERP Db: Table Customer…
  • Sage Enterprise Management grid sorting issue

    Hello Everyone, Can anyone help me regarding SAGE ENTERPRISE MANAGEMENT grid sorting issue or suggest me work around for the same. Issue which I am facing is, my sorting get clear automatically whenever I tick or untick any checkbox on the grid…
  • 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.
  • 4GL - How do I remove duplicate values from window results?

    FormerMember
    FormerMember
    The End Goal: To get a list of unique product numbers (ITMMASTER.ITMREF) that were ordered through a specific supplier (PORDERQ.BPSNUM) and display it in a product selection window. Example: Product # Supplier # 10005 0021 …
  • ADDING Product Description Field To Subcontracting Order Screen

    Is it possible to add the product description to the subcontract order screen. I looked at the screen level and did not see that field available.
  • Inquiry Screen

    How can I edit the opttion on the delivery inquiry screen to show lot numbers?
  • Grouping workbench Screen WT53ACH1 *Screen Modification

    Hi, I have a requirment to add a column on the screen that can be access on X3 via Purchase->Supply->Grouping Workbench->ACH Buyer. I did a screen look up and it was WT53ACH1 screen. I tried going to that screen and add the column "Supplier Name" and…
  • Sage, restore the main screen to that of the 2017 version

    The one time Sage touches the GUI and they "nailed it" (NOT!) Sage, listen, I know you want to be like the cool kids, but you are trying to hard. Instead of messing with the looks of the main screen, invest that time into adding some basic functionality…
  • Ability to define default values for the fields available to setup in each Entry transaction, instead of modifying the parent/child screens!

    Hi all, Currently to setup different Entry transactions we can decide which fields to be shown or hidden, manage access codes, stock movement codes, or Automatic journals etc. which is great to handle different business processes requirements. However…
  • How do you change the tab action order on a screen in v7?

    Hey Guys, I have a user who processes a ton of orders in the fall and winter and we've just switched to SAGE ERP v7. She likes to ability to move the table columns around to optimize her workflow but moving the columns doesn't affect the tab order…
  • Add a fixed bottom line or lines to the X3 page

    In many areas of X3 including Sales Order entry the user needs to be able to view totals or other key display only fields that are at the bottom of the screen. This worked in V6 and earlier version because the lines were fixed in a block. Now that the…
  • RE: how many tables can be referenced in a screen

    thanks Barak - I already tried putting the clalev statement in my code (see below) Can you help me with this problem? I'm trying to add to the filter that is used to displays the components of a Work Order in the Production Tracking (Material) transaction…