Options

Block Salesperson

jfreyjfrey Member Posts: 43
Hello
Is it possible, to block a salesperson for not using them on sales quotes, sales orders and invoices?
If salesperson leave our company, we don't want to delete them from Salesperson/Purchaser list, because of some statistics, but we would like to block them, for using no longer in the program.
Thanks
Joerg
Navision 3.70, SQL Server 2000, Citrix Metaframe

Answers

  • Options
    garakgarak Member Posts: 3,263
    only possible with some codelines.

    Create an new Field on table 13 (inactive)
    Then, on Objects where salesperson is used and will post (for example CU 80, 90, 22, 12) you test the value of these field (SalesPerson.testfield(inactive,false);).
    Do you make it right, it works too!
  • Options
    jfreyjfrey Member Posts: 43
    jfrey wrote:
    Hello
    Is it possible, to block a salesperson for not using them on sales quotes, sales orders and invoices?
    If salesperson leave our company, we don't want to delete them from Salesperson/Purchaser list, because of some statistics, but we would like to block them, for using no longer in the program.
    Thanks
    Joerg
    Navision 3.70, SQL Server 2000, Citrix Metaframe
  • Options
    romeosdfromeosdf Member Posts: 20
    Create a dimension called salesperson (if you dont have one) use a dimension value the salesperson called his name as default dimension.
    then block the dimension value :)
    Romeo
    MCT - Dynamics
    ERP implementor/consultant
Sign In or Register to comment.