Browse By Tags

  • custom field

    Need help with new custom field formula. I create custom field "Net Available Stock" I have added the custom field to below screens, functions. now I need the field to work accordingly. I create a custom script for net availability and still having…
  • Ajouter contact et ville au choix Tiers

    Bonjour, Je souhaite ajouter deux colonne au choix des tiers. Pour plus d'explication, lorsque saisie les informations dans la saisie des réglements, dans le champs tiers pour sélectionner mon tiers je veux que son contact et sa ville s'affiche égelement…
  • What is the purpose of the following: Substitution product "Field SBSITM / Screen ITS [ITS]" VS Alternate product "Field RPLITM / Screen ITM2 [ITM2]" in "Product"

    Hello All, Can someone explain the reason for these two fields listed in the subject in "Products" screen. I've read the basic break down's from "F1" help, but we are looking for more real world examples and purposes of these two fields. Could either…
  • Adding Field to transaction grid

    I am wanting to show a custom field in Pick ticket PRH1 from Item Master ITM. The field is showing, but it is duplicating the last line to all lines above. I have added the affzo, but I think I am missing the NBLIG and am not sure how to use it. The…
  • Script does not update field value if the line is not entered

    $VERIF_MOD Local Char ZPRODCOD(30) Local Char ZPRODCODOLD(30) Local Integer YESNO YESNO =2 For i=0 To max([M:POH2]NBLIG -1) For [F:ITM] Where [F:ITM]ITMREF = [M:POH2]ITMREF(i) ZPRODCODOLD = [M:POH2]ZPRODCOD(i) ZPRODCOD=[ITM]ZPRODCOD if…
  • 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?
  • Affzo not working without mask abbreviation?

    Hi When I use the following line of code Affzo [M]ITMDES2(NLIG) I get the following exception According to the documentation at https://online-help.sageerpx3.com/erp/12/staticpost/affzo/ this should be working If I check the value of the…
  • Screen Field Size

    Good day Ladies and Gents Can anyone let me know if there's a way to make the fields appear larger on a screen? It seems to dynamically change when you change the size of your screen, but ideally there are some I could make larger by default and some…
  • Error adding Custom Description field to BOMs and Work Order Screens

    BOMs I am trying to add a custom long description field to our Manufacturing BOM screen (BOH0) and receiving this error - I've added a "Before Field" Action to the ITMREF field and added this as the script. Subprog AV_ITMREF(VALEUR) Variable…
  • Access Codes

    I need to restrict all fields besides the supplier section on products. I assumed I could set the function GESITM to view only for this groups functional authorizations and then add an Access Code I created to the supplier fields and set that to allow…
  • 4GL Calculate Fields

    I am trying to do a simple calculation where I need to multiply two fields and the total is displayed in another field. I believe this can be easily done through 4GL programming, but have some questions. My thinking is I would add an action to the screen…
  • Administration screens appear briefly before disappearing

    Problem details When entering the Administration area, the screen/panels appear very briefly before disappearing. The lefthand side menu remains though. Solution Check your browser screen settings and ensure that your zoom is set to 100%
  • 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…
  • Sage CRM 2021: Controlling field and screen spacing in ASP pages and .NET code.

    Below is a screen shot of the Company Summary screen. Complex screens like this one, either for a system entity or a custom entity, can be built using the APIs. A partial rebuild of the Company Summary Screen using the .NET API is actually included…
  • Phone Numbers in Company and Person screens

    I need to revisit the " Email and Phone Numbers in CRM " article. I wrote it a very long time ago. It is basically true but thinking specifically about Phone numbers and how they are used in screens I thought it would be pointing out where the translations…
  • Metadata in Sage CRM. A round up of essential articles.

    Sage CRM is a system that controls its user interface using settings contained in the database. The database doesn't just hold the information about the contacts, companies, tasks and opportunities that are vital to the business, it also holds data that…
  • Metadata and Screens

    The screen shown below is the Person Summary screen from Sage CRM. The screen is built from HTML that has been returned from the Sage CRM application running in the web server as a result of a request sent from the browser. In this example it is…
  • Access violation at address 1A7F37EF in module 'eware.dll'. Read of address 00000000

    We have a customer who has a custom page (asp) on the Company tab showing Order Items filtered on the current company (a very simple list block). This works fine when clicking on the tab after navigating from the Company Summary screen. But when then…
  • Position field missing "New Line" in screen customizations

    I am customizing the Company screen. When I try to move fields to a new row, "New Line" is not available. I see "Same Line" & a blank. I try to use the blank, update it, save it, but it always reverts back to Same Line. Looking at other screens in Lead…
  • Mobile View of Calendar: Where Can We Control This?

    I have multiple clients who use their URL on their phones instead of the App. All are using CRM 2017. The Calendar view for "My Desk" allows them to look at today or the week. If they opt for the week (and they all opt for the week) you can't actually…
  • Opportunity Adding New Panel [SafeCall Exception]

    Help! I am getting a [SafeCall Exception] error message on the screen after creating a new opportunity. This is the error that I am getting. [SafeCall Exception]: SQL Error oppo_dummy jscript error: [SafeCall Exception]: SQL Error Line: 38 Char: 0…
  • Lead Summary Screen from Custom Lead Entry Screen

    Hi, I've created a custom lead entry screen, the lead creates perfectly. However once done the system doesn't redirect to the newly created lead but a previously created lead. Can anyone advise what I'm missing? Code below; <%@ CodePage=65001…
  • Ver 7.3 screen not displaying properly on iPhone through Safari (not the app)

    Hi...hoping someone can assist me with some strange behavior on my iphone. I am trying to access Sage CRM on my iPhone through safari. I can get to the login page and login fine. However, once I login, the screen does not display properly. I have tried…
  • Components : do they delete data?

    In regards to components, I thought their purpose was to add things to the Sage CRM interface. Can they also delete items? For example, if work was done on a screen (adding fields) and then a component was run that modified the screen, can the component…
  • Making field on screen Read Only

    I need to make a field on the screen read only when the screen is in Edit mode. I don't want to make the field read only in field level security as there are some procedures that will run that will update this field. I would like to do it on the screen…