Options

Allow Sales Credit Memos to blocked Customers

Hi, i'm a rookie searching for assistance. I have a codeunit where I set to All the field Block from Customer when its credit limit is up to 120%.
Now i need to allow blocked customers to do sales credit memos. How can I implement this?

Lots of thanks!

Answers

  • Options
    Tony_NCDTony_NCD Member Posts: 32
    The quickest and easiest way to do this is to use the debugger to catch when NAV gives you the error prompt. Add customization where this is happening, to allow it to continue if the block was due to the credit limit. I recommend something to help differentiate a block that was a result of your 120% and only allow it to bypass when it was a result of this as opposed to some other reason for the block.
  • Options
    RockWithNAVRockWithNAV Member Posts: 1,139
    Normally I will never recommend to play with these thing's but if you playing you need to be careful enough when to remove it as if its blocked it wont allow many thing's to happen.

    So to do this you need to unblock it.
Sign In or Register to comment.