Permissions for customer discount

_penguin__penguin_ Member Posts: 3
Hi everyone!

Is it possible to set up permissions for sales managers allowing/disallowing them to assign certain discount rate for the particular customer?
For example, we have a senior sales manager who can assign 10% discount rate,
and any other sales manager is able to assign only 3% one, but not more.

Comments

  • vaprogvaprog Member Posts: 1,139
    You cannot do this using permissions. Instead code it in some table/field trigger (OnValidate, OnInsert, OnModify) based on some setup table.
  • _penguin__penguin_ Member Posts: 3
    Is there any use of security filters (works only on SQL Server) for roles for that purpose?
  • SavatageSavatage Member Posts: 7,142
    standard permissions don't work for what you are asking.

    saying this goup can enter 3 and another can do 10 will require a custom job
  • gukovaggukovag Member Posts: 2
    For Savatage:
    Hello. You are not right. It is possible with standart NAV.
    Security filters work very well in roles for the sutiation
  • SavatageSavatage Member Posts: 7,142
    If so great. \:D/

    Then please explain to _penguin_ how he can accomplish
    "we have a senior sales manager who can assign 10% discount rate,
    and any other sales manager is able to assign only 3% one, but not more."


    ps. are these the only possible customer discounts? 3 & 10?

    or do you want the "sales manager" allowed to assign 0 thru 3?
    and do you want the "senior sales manager" allowed to assign 0 thru 10?
  • gukovaggukovag Member Posts: 2
    Savatage wrote:
    If so great. \:D/
    or do you want the "sales manager" allowed to assign 0 thru 3?
    and do you want the "senior sales manager" allowed to assign 0 thru 10?
    Yes, of course.
    Needs the situation.
Sign In or Register to comment.