Sage 100

 View Only
  • 1.  Client is asking if Customer NAME can be longer.

    Posted 06-15-2011 13:16
    Client is asking if Customer NAME can be longer. Can anybody think of an elegent work around, maybe using scripting?


  • 2.  RE: Client is asking if Customer NAME can be longer.

    Posted 06-15-2011 13:57
    Elegant?????? You can set up a UDF for the AKA name, then pull that udf through to all the forms that you want it to print on. I don't see the need for a script.


  • 3.  RE: Client is asking if Customer NAME can be longer.

    Posted 06-15-2011 14:08
    You'd have to clone as much of the UDF to the name field too for lookups to work.


  • 4.  RE: Client is asking if Customer NAME can be longer.

    Posted 06-15-2011 14:24
    Here is where the script comes into play. Create an expanded field UDF for the customer name. Instruct the client to complete the expanded UDF first, then click on the script button (or enter if script can be automated). The script copies the first 30 characters from the expanded field to the customer name field. Client only has to enter the information once.


  • 5.  RE: Client is asking if Customer NAME can be longer.

    Posted 06-15-2011 16:17
    @JeffSchwenk That's more in the lines of what I was thinking.