Sage 100

 View Only
  • 1.  Is there a way to mask the Taxpayer ID # in AP Ven

    Posted 01-28-2013 14:36
    Is there a way to mask the Taxpayer ID # in AP Vendor Maintenance? May have a need to do it only for certain vendors. But for now, I'd settle for a solution across the board.


  • 2.  RE: Is there a way to mask the Taxpayer ID # in AP Ven

    Posted 01-28-2013 14:40
    You don't say the version, but in the newer versions just right on the screen panel to go into custom office and hide away. This can be done for a group of users or all users.


  • 3.  RE: Is there a way to mask the Taxpayer ID # in AP Ven

    Posted 01-28-2013 14:42
    Thanks, I'm on 4.50. I'm aware I can hide it. But the request is mask and only show the last 4 digits. xxx-xx-1234 Thanks for the quick response


  • 4.  RE: Is there a way to mask the Taxpayer ID # in AP Ven

    Posted 01-28-2013 15:22
    You could hide the real field and add a UDF for the masked one. Then an event script could be setup on the modify of the UDF that would set the real field and display your mask value with the last 4 characters exposed.


  • 5.  RE: Is there a way to mask the Taxpayer ID # in AP Ven

    Posted 01-28-2013 15:29
    I like @DanBurleson solution... It does what they ask and allows for the next thing they are going to ask... That is, of course, some users need to see the unmasked value...


  • 6.  RE: Is there a way to mask the Taxpayer ID # in AP Ven

    Posted 01-28-2013 15:48
    Nice job thinking one step ahead


  • 7.  RE: Is there a way to mask the Taxpayer ID # in AP Ven

    Posted 01-28-2013 15:53
    The unmasked value could be displayed depending on group settings.


  • 8.  RE: Is there a way to mask the Taxpayer ID # in AP Ven

    Posted 01-28-2013 16:09
    Great ideas everyone, thanks. I'll run with it that way.