Sage 100

 View Only
  • 1.  v2017 Several item codes have a type general alias

    Posted 10-10-2017 04:58
    v2017 Several item codes have a type general alias item code. How do you get the general type alias item code to print on a purchase order form? There is always only one alias item code per item.


  • 2.  RE: v2017 Several item codes have a type general alias

    Posted 10-10-2017 05:20
    Seems like you could use a formula if the Alias type = ""G"" then pull the value. At minimum you could use a sub-report to pull in the value. Your sub-report would filter for alias type G.


  • 3.  RE: v2017 Several item codes have a type general alias

    Posted 10-10-2017 05:21
    Formula alias type = ""G"" I'm pretty sure


  • 4.  RE: v2017 Several item codes have a type general alias

    Posted 10-10-2017 05:45
    I have tried the formula and I get duplicate lines. I believe it is because there isn't a good way, or I don't know the correct way to link the tables. I'm thinking the sub-report may be the easiest. This would seem like a reasonably common request from users. I thought maybe one of the 90 Minder's had a clever solution in production. It would be an easy link if every alias was linked to a vendor or a customer, but that would require an immense amount of work populating the aliases.


  • 5.  RE: v2017 Several item codes have a type general alias

    Posted 10-10-2017 06:07
    Isn't the alias field available in the file you are using?If so just do a suppress on alias type not equal to G.


  • 6.  RE: v2017 Several item codes have a type general alias

    Posted 10-10-2017 06:57
    Also, make sure the item only has ONE General alias. Back in the day, a client complained that the wrong alias was printing. Turned out they had multiple ones.


  • 7.  RE: v2017 Several item codes have a type general alias

    Posted 10-10-2017 06:58
    Alias field is not in the PurchaseOrderWrk file used to print Purchase Orders. Link to the IM_AliasItem file to get the Alias and type.


  • 8.  RE: v2017 Several item codes have a type general alias

    Posted 10-10-2017 07:03
    Just got to look at that file and saw that it wasn't in that file sorry ! I must have done it by linking or sub report.


  • 9.  RE: v2017 Several item codes have a type general alias

    Posted 10-10-2017 07:32
    Create a UDF and add it to the PO WRK file....


  • 10.  RE: v2017 Several item codes have a type general alias

    Posted 10-10-2017 08:30
    @JeffSchwenk I like that idea.